Color Hex Logo

#7b99cc Color Hex

#7B99CC
(123,153,204)
0 Favorites   0 Comments

Color spaces of #7b99cc

RGB 123153204
HSL0.600.440.64
HSV218°40°80°
CMYK 0.400.250.00   0.20
XYZ30.458731.353161.5731
Yxy31.35310.24690.2541
Hunter Lab55.9938-0.8914-26.0020
CIE-Lab62.80462.4838-29.5192

#7b99cc color RGB value is (123,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011001 11001100
Octal 173 231 314
Decimal 123 153 204
Hex 7B 99 CC

RGB Percentages of Color #7b99cc

%25.63
%31.88
%42.50

CMYK Percentages of Color #7b99cc

%40
%25
%0
%20

Triadic Colors of #7b99cc

#7b99cc #cc7b99 #99cc7b

Analogous Colors of #7b99cc

#7b99cc #867bcc #7bc2cc

Monochromatic Colors of #7b99cc

#7b99cc

Complementary Color

#7b99cc #ccae7b

#7b99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b99cc Color CSS Codes

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

#7b99cc Text Font Color

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

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


#7b99cc Background Color

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

This div background color is #7b99cc


#7b99cc Border Color

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

This div border color is #7b99cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b99cc


Comments

No comments written yet.

Please login to write comment.