Color Hex Logo

#7b97db Color Hex

#7B97DB
(123,151,219)
0 Favorites   0 Comments

Color spaces of #7b97db

RGB 123151219
HSL0.620.570.67
HSV223°44°86°
CMYK 0.440.310.00   0.14
XYZ32.021231.458671.4023
Yxy31.45860.23740.2332
Hunter Lab56.08803.7536-36.2170
CIE-Lab62.89297.8568-37.7368

#7b97db color RGB value is (123,151,219).

#7b97db hex color red value is 123, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7b97db hue: 0.62 , saturation: 0.57 and the lightness value of 7b97db is 0.67.

The process color (four color CMYK) of #7b97db color hex is 0.44, 0.31, 0.00, 0.14. Web safe color of #7b97db is #6699cc. Color #7b97db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010111 11011011
Octal 173 227 333
Decimal 123 151 219
Hex 7B 97 DB

RGB Percentages of Color #7b97db

%24.95
%30.63
%44.42

CMYK Percentages of Color #7b97db

%44
%31
%0
%14

Triadic Colors of #7b97db

#7b97db #db7b97 #97db7b

Analogous Colors of #7b97db

#7b97db #8f7bdb #7bc7db

Monochromatic Colors of #7b97db

#7b97db

Complementary Color

#7b97db #dbbf7b

#7b97db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b97db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b97db Color CSS Codes

.mybgcolor {background-color:#7b97db; } 
.myforecolor {color:#7b97db; }
.mybordercolor {border:3px solid #7b97db; }

#7b97db Text Font Color

<p style="color:#7b97db">Text here</p>

This sample text font color is #7b97db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7b97db Background Color

<div style="background-color:#7b97db">
Div content here</div>

This div background color is #7b97db


#7b97db Border Color

<div style="border:3px solid #7b97db">
Div here</div>

This div border color is #7b97db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,151,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b97db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b97db;
  -webkit-box-shadow: 1px 1px 3px 2px #7b97db;
  box-shadow:         1px 1px 3px 2px #7b97db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,151,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7b97db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7b97db;
  -webkit-box-shadow: 1px 1px 3px 2px #7b97db;
  box-shadow:         1px 1px 3px 2px #7b97db;">
Div content here</div>

This div box has shadow with color #7b97db


Comments

No comments written yet.

Please login to write comment.