#78A5CB

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

Shades of Polo Blue #78A5CB

Tints of Polo Blue #78A5CB

Color information

#78A5CB (or 0x78A5CB) is unknown color: approx Polo Blue. HEX triplet: 78, A5 and CB. RGB value is (120,165,203). Sum of RGB (Red+Green+Blue) = 120+165+203=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #78A5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5CB is #875A34. Grayscale: #9B9B9B. Windows color (decimal): -8870453 or 13346168. OLE color: 13346168.

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

Color convert

RGB120165203-
CMYK0.410.1900.20
HSL207.47º44.39%63.33%-
HSV(B)207.47º40.89%79.61%-
XYZ31.9835.2261.61-
YUV155.88154.59102.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=24.59%
G=33.81%
B=41.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201652030.410.1900.20207.4744.3963.33
Hex78A5CB2913014cf2c3f
Octal17024531351230243175477
Binary111100010100101110010111010011001101010011001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,203); }

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

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

 a { background-color: rgb(120,165,203); }

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

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

 span { border-color: rgb(120,165,203); }

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