#809FD0

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

Shades of Polo Blue #809FD0

Tints of Polo Blue #809FD0

Color information

#809FD0 (or 0x809FD0) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and D0. RGB value is (128,159,208). Sum of RGB (Red+Green+Blue) = 128+159+208=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #809FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FD0 is #7F602F. Grayscale: #9B9B9B. Windows color (decimal): -8347696 or 13672320. OLE color: 13672320.

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

Color convert

RGB128159208-
CMYK0.380.2400.18
HSL216.75º45.98%65.88%-
HSV(B)216.75º38.46%81.57%-
XYZ32.6933.9464.5-
YUV155.32157.73108.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=25.86%
G=32.12%
B=42.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281592080.380.2400.18216.7545.9865.88
Hex809FD02618012d92e42
Octal200237320463002233156102
Binary10000000100111111101000010011011000010010110110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,208); }

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

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

 a { background-color: rgb(128,159,208); }

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

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

 span { border-color: rgb(128,159,208); }

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