Color Hex Logo

#7a9bcb Color Hex

#7A9BCB
(122,155,203)
0 Favorites   0 Comments

Color spaces of #7a9bcb

RGB 122155203
HSL0.600.440.64
HSV216°40°80°
CMYK 0.400.240.00   0.20
XYZ30.526931.892161.0468
Yxy31.89210.24720.2583
Hunter Lab56.4731-2.3386-24.5607
CIE-Lab63.25360.8036-28.2724

#7a9bcb color RGB value is (122,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10011011 11001011
Octal 172 233 313
Decimal 122 155 203
Hex 7A 9B CB

RGB Percentages of Color #7a9bcb

%25.42
%32.29
%42.29

CMYK Percentages of Color #7a9bcb

%40
%24
%0
%20

Triadic Colors of #7a9bcb

#7a9bcb #cb7a9b #9bcb7a

Analogous Colors of #7a9bcb

#7a9bcb #827acb #7ac4cb

Monochromatic Colors of #7a9bcb

#7a9bcb

Complementary Color

#7a9bcb #cbaa7a

#7a9bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a9bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a9bcb Color CSS Codes

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

#7a9bcb Text Font Color

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

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


#7a9bcb Background Color

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

This div background color is #7a9bcb


#7a9bcb Border Color

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

This div border color is #7a9bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,155,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a9bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a9bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #7a9bcb;
  box-shadow:         1px 1px 3px 2px #7a9bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,155,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a9bcb


Comments

No comments written yet.

Please login to write comment.