#78A0CA

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

Shades of Polo Blue #78A0CA

Tints of Polo Blue #78A0CA

Color information

#78A0CA (or 0x78A0CA) is unknown color: approx Polo Blue. HEX triplet: 78, A0 and CA. RGB value is (120,160,202). Sum of RGB (Red+Green+Blue) = 120+160+202=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A0CA is #875F35. Grayscale: #989898. Windows color (decimal): -8871734 or 13279352. OLE color: 13279352.

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

Color convert

RGB120160202-
CMYK0.410.2100.21
HSL210.73º43.62%63.14%-
HSV(B)210.73º40.59%79.22%-
XYZ30.9833.460.69-
YUV152.83155.75104.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=24.90%
G=33.20%
B=41.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201602020.410.2100.21210.7343.6263.14
Hex78A0CA2915015d32c3f
Octal17024031251250253235477
Binary111100010100000110010101010011010101010111010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A0CA; }

 p { color: rgb(120,160,202); }

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

<style>
 a { background-color: #78A0CA; }

 a { background-color: rgb(120,160,202); }

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

<style>
 span { border-color: #78A0CA; }

 span { border-color: rgb(120,160,202); }

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