#809ECF

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

Shades of Polo Blue #809ECF

Tints of Polo Blue #809ECF

Color information

#809ECF (or 0x809ECF) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and CF. RGB value is (128,158,207). Sum of RGB (Red+Green+Blue) = 128+158+207=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #809ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ECF is #7F6130. Grayscale: #9A9A9A. Windows color (decimal): -8347953 or 13606528. OLE color: 13606528.

HSL color Cylindrical-coordinate representation of color #809ECF: hue angle of 217.22º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809ECF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128158207-
CMYK0.380.2400.19
HSL217.22º45.14%65.69%-
HSV(B)217.22º38.16%81.18%-
XYZ32.3933.5563.8-
YUV154.62157.56109.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=25.96%
G=32.05%
B=41.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281582070.380.2400.19217.2245.1465.69
Hex809ECF2618013d92d42
Octal200236317463002333155102
Binary10000000100111101100111110011011000010011110110011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,158,207); }

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

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

 a { background-color: rgb(128,158,207); }

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

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

 span { border-color: rgb(128,158,207); }

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