#809FCF

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

Shades of Polo Blue #809FCF

Tints of Polo Blue #809FCF

Color information

#809FCF (or 0x809FCF) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and CF. RGB value is (128,159,207). Sum of RGB (Red+Green+Blue) = 128+159+207=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #809FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FCF is #7F6030. Grayscale: #9A9A9A. Windows color (decimal): -8347697 or 13606784. OLE color: 13606784.

HSL color Cylindrical-coordinate representation of color #809FCF: hue angle of 216.46º 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 #809FCF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128159207-
CMYK0.380.2300.19
HSL216.46º45.14%65.69%-
HSV(B)216.46º38.16%81.18%-
XYZ32.5633.8963.86-
YUV155.2157.23108.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=25.91%
G=32.19%
B=41.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281592070.380.2300.19216.4645.1465.69
Hex809FCF2617013d82d42
Octal200237317462702333055102
Binary10000000100111111100111110011010111010011110110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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