Color Hex Logo

#7b90cc Color Hex

#7B90CC
(123,144,204)
0 Favorites   0 Comments

Color spaces of #7b90cc

RGB 123144204
HSL0.620.440.64
HSV224°40°80°
CMYK 0.400.290.00   0.20
XYZ29.040728.517161.1005
Yxy28.51710.24470.2403
Hunter Lab53.40143.6192-30.4571
CIE-Lab60.35317.6564-33.3217

#7b90cc color RGB value is (123,144,204).

#7b90cc hex color red value is 123, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7b90cc hue: 0.62 , saturation: 0.44 and the lightness value of 7b90cc is 0.64.

The process color (four color CMYK) of #7b90cc color hex is 0.40, 0.29, 0.00, 0.20. Web safe color of #7b90cc is #6699cc. Color #7b90cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010000 11001100
Octal 173 220 314
Decimal 123 144 204
Hex 7B 90 CC

RGB Percentages of Color #7b90cc

%26.11
%30.57
%43.31

CMYK Percentages of Color #7b90cc

%40
%29
%0
%20

Triadic Colors of #7b90cc

#7b90cc #cc7b90 #90cc7b

Analogous Colors of #7b90cc

#7b90cc #8f7bcc #7bb9cc

Monochromatic Colors of #7b90cc

#7b90cc

Complementary Color

#7b90cc #ccb77b

#7b90cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b90cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b90cc Color CSS Codes

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

#7b90cc Text Font Color

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

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


#7b90cc Background Color

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

This div background color is #7b90cc


#7b90cc Border Color

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

This div border color is #7b90cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b90cc


Comments

No comments written yet.

Please login to write comment.