#809DCD

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

Shades of Polo Blue #809DCD

Tints of Polo Blue #809DCD

Color information

#809DCD (or 0x809DCD) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and CD. RGB value is (128,157,205). Sum of RGB (Red+Green+Blue) = 128+157+205=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #809DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DCD is #7F6232. Grayscale: #999999. Windows color (decimal): -8348211 or 13475200. OLE color: 13475200.

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

Color convert

RGB128157205-
CMYK0.380.2300.20
HSL217.4º43.5%65.29%-
HSV(B)217.4º37.56%80.39%-
XYZ31.9833.1162.46-
YUV153.8156.89109.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=26.12%
G=32.04%
B=41.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281572050.380.2300.20217.443.565.29
Hex809DCD2617014d92c41
Octal200235315462702433154101
Binary10000000100111011100110110011010111010100110110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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