Color Hex Logo

#7b96db Color Hex

#7B96DB
(123,150,219)
0 Favorites   0 Comments

Color spaces of #7b96db

RGB 123150219
HSL0.620.570.67
HSV223°44°86°
CMYK 0.440.320.00   0.14
XYZ31.860931.138171.3488
Yxy31.13810.23720.2318
Hunter Lab55.80154.2652-36.7482
CIE-Lab62.62408.4340-38.1569

#7b96db color RGB value is (123,150,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 11011011
Octal 173 226 333
Decimal 123 150 219
Hex 7B 96 DB

RGB Percentages of Color #7b96db

%25.00
%30.49
%44.51

CMYK Percentages of Color #7b96db

%44
%32
%0
%14

Triadic Colors of #7b96db

#7b96db #db7b96 #96db7b

Analogous Colors of #7b96db

#7b96db #907bdb #7bc6db

Monochromatic Colors of #7b96db

#7b96db

Complementary Color

#7b96db #dbc07b

#7b96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b96db Color CSS Codes

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

#7b96db Text Font Color

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

This sample text font color is #7b96db
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.


#7b96db Background Color

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

This div background color is #7b96db


#7b96db Border Color

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

This div border color is #7b96db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,150,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 #7b96db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b96db


Comments

No comments written yet.

Please login to write comment.