#76A1CA

Color #76A1CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #76A1CA

Tints of Polo Blue #76A1CA

Color information

#76A1CA (or 0x76A1CA) is unknown color: approx Polo Blue. HEX triplet: 76, A1 and CA. RGB value is (118,161,202). Sum of RGB (Red+Green+Blue) = 118+161+202=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #76A1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1CA is #895E35. Grayscale: #989898. Windows color (decimal): -9002550 or 13279606. OLE color: 13279606.

HSL color Cylindrical-coordinate representation of color #76A1CA: hue angle of 209.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A1CA is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118161202-
CMYK0.420.2000.21
HSL209.29º44.21%62.75%-
HSV(B)209.29º41.58%79.22%-
XYZ30.8833.6160.74-
YUV152.82155.75103.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=24.53%
G=33.47%
B=42.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181612020.420.2000.21209.2944.2162.75
Hex76A1CA2A14015d12c3f
Octal16624131252240253215477
Binary111011010100001110010101010101010001010111010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A1CA; }

 p { color: rgb(118,161,202); }

 H1.HeaderClassName
 {
   color: #76A1CA;
 }
 .AnyTagClassName
 {
   color: #76A1CA;
 }
</style>
background-color css

<style>
 a { background-color: #76A1CA; }

 a { background-color: rgb(118,161,202); }

 div.DivClassName
 {
   background-color: #76A1CA;
 }
 .BgClassName
 {
   background-color: #76A1CA;
 }
</style>
border-color css

<style>
 span { border-color: #76A1CA; }

 span { border-color: rgb(118,161,202); }

 td.TdClassName
 {
   border-color: #76A1CA;
 }
 .TagClassName
 {
   border-color: #76A1CA;
 }
</style>