#809DC4

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

Shades of Polo Blue #809DC4

Tints of Polo Blue #809DC4

Color information

#809DC4 (or 0x809DC4) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and C4. RGB value is (128,157,196). Sum of RGB (Red+Green+Blue) = 128+157+196=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #809DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DC4 is #7F623B. Grayscale: #989898. Windows color (decimal): -8348220 or 12885376. OLE color: 12885376.

HSL color Cylindrical-coordinate representation of color #809DC4: hue angle of 214.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #809DC4 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB128157196-
CMYK0.350.2000.23
HSL214.41º36.56%63.53%-
HSV(B)214.41º34.69%76.86%-
XYZ30.9232.6956.9-
YUV152.77152.39110.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=26.61%
G=32.64%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281571960.350.2000.23214.4136.5663.53
Hex809DC42314017d62540
Octal200235304432402732645100
Binary10000000100111011100010010001110100010111110101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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