#809DC3

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

Shades of Polo Blue #809DC3

Tints of Polo Blue #809DC3

Color information

#809DC3 (or 0x809DC3) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and C3. RGB value is (128,157,195). Sum of RGB (Red+Green+Blue) = 128+157+195=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #809DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DC3 is #7F623C. Grayscale: #989898. Windows color (decimal): -8348221 or 12819840. OLE color: 12819840.

HSL color Cylindrical-coordinate representation of color #809DC3: hue angle of 214.03º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #809DC3 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128157195-
CMYK0.340.1900.24
HSL214.03º35.83%63.33%-
HSV(B)214.03º34.36%76.47%-
XYZ30.8132.6456.31-
YUV152.66151.89110.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 195 (76.56% from 255) = 40.62%
R=26.67%
G=32.71%
B=40.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281571950.340.1900.24214.0335.8363.33
Hex809DC32213018d6243f
Octal20023530342230303264477
Binary1000000010011101110000111000101001101100011010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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