#809CCA

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

Shades of Polo Blue #809CCA

Tints of Polo Blue #809CCA

Color information

#809CCA (or 0x809CCA) is unknown color: approx Polo Blue. HEX triplet: 80, 9C and CA. RGB value is (128,156,202). Sum of RGB (Red+Green+Blue) = 128+156+202=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #809CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CCA is #7F6335. Grayscale: #989898. Windows color (decimal): -8348470 or 13278336. OLE color: 13278336.

HSL color Cylindrical-coordinate representation of color #809CCA: hue angle of 217.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #809CCA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128156202-
CMYK0.370.2300.21
HSL217.3º41.11%64.71%-
HSV(B)217.3º36.63%79.22%-
XYZ31.4532.6360.52-
YUV152.87155.72110.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=26.34%
G=32.10%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281562020.370.2300.21217.341.1164.71
Hex809CCA2517015d92941
Octal200234312452702533151101
Binary10000000100111001100101010010110111010101110110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809CCA; }

 p { color: rgb(128,156,202); }

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

<style>
 a { background-color: #809CCA; }

 a { background-color: rgb(128,156,202); }

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

<style>
 span { border-color: #809CCA; }

 span { border-color: rgb(128,156,202); }

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