#809ACA

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

Shades of Polo Blue #809ACA

Tints of Polo Blue #809ACA

Color information

#809ACA (or 0x809ACA) is unknown color: approx Polo Blue. HEX triplet: 80, 9A and CA. RGB value is (128,154,202). Sum of RGB (Red+Green+Blue) = 128+154+202=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #809ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ACA is #7F6535. Grayscale: #979797. Windows color (decimal): -8348982 or 13277824. OLE color: 13277824.

HSL color Cylindrical-coordinate representation of color #809ACA: hue angle of 218.92º 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 #809ACA is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128154202-
CMYK0.370.2400.21
HSL218.92º41.11%64.71%-
HSV(B)218.92º36.63%79.22%-
XYZ31.1231.9660.41-
YUV151.7156.39111.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=26.45%
G=31.82%
B=41.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281542020.370.2400.21218.9241.1164.71
Hex809ACA2518015db2941
Octal200232312453002533351101
Binary10000000100110101100101010010111000010101110110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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