#809BCD

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

Shades of Polo Blue #809BCD

Tints of Polo Blue #809BCD

Color information

#809BCD (or 0x809BCD) is unknown color: approx Polo Blue. HEX triplet: 80, 9B and CD. RGB value is (128,155,205). Sum of RGB (Red+Green+Blue) = 128+155+205=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #809BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BCD is #7F6432. Grayscale: #989898. Windows color (decimal): -8348723 or 13474688. OLE color: 13474688.

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

Color convert

RGB128155205-
CMYK0.380.2400.20
HSL218.96º43.5%65.29%-
HSV(B)218.96º37.56%80.39%-
XYZ31.6432.4462.35-
YUV152.63157.55110.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=26.23%
G=31.76%
B=42.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281552050.380.2400.20218.9643.565.29
Hex809BCD2618014db2c41
Octal200233315463002433354101
Binary10000000100110111100110110011011000010100110110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,205); }

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

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

 a { background-color: rgb(128,155,205); }

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

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

 span { border-color: rgb(128,155,205); }

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