#809CC6

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

Shades of Polo Blue #809CC6

Tints of Polo Blue #809CC6

Color information

#809CC6 (or 0x809CC6) is unknown color: approx Polo Blue. HEX triplet: 80, 9C and C6. RGB value is (128,156,198). Sum of RGB (Red+Green+Blue) = 128+156+198=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #809CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CC6 is #7F6339. Grayscale: #989898. Windows color (decimal): -8348474 or 13016192. OLE color: 13016192.

HSL color Cylindrical-coordinate representation of color #809CC6: hue angle of 216º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #809CC6 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB128156198-
CMYK0.350.2100.22
HSL216º38.04%63.92%-
HSV(B)216º35.35%77.65%-
XYZ30.9832.4458.06-
YUV152.42153.72110.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=26.56%
G=32.37%
B=41.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281561980.350.2100.2221638.0463.92
Hex809CC62315016d82640
Octal200234306432502633046100
Binary10000000100111001100011010001110101010110110110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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