#809DCE

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

Shades of Polo Blue #809DCE

Tints of Polo Blue #809DCE

Color information

#809DCE (or 0x809DCE) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and CE. RGB value is (128,157,206). Sum of RGB (Red+Green+Blue) = 128+157+206=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #809DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DCE is #7F6231. Grayscale: #999999. Windows color (decimal): -8348210 or 13540736. OLE color: 13540736.

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

Color convert

RGB128157206-
CMYK0.380.2400.19
HSL217.69º44.32%65.49%-
HSV(B)217.69º37.86%80.78%-
XYZ32.133.1663.1-
YUV153.92157.39109.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=26.07%
G=31.98%
B=41.96%

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
Decimal1281572060.380.2400.19217.6944.3265.49
Hex809DCE2618013da2c41
Octal200235316463002333254101
Binary10000000100111011100111010011011000010011110110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,157,206); }

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

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

 a { background-color: rgb(128,157,206); }

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

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

 span { border-color: rgb(128,157,206); }

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