#809FC4

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

Shades of Polo Blue #809FC4

Tints of Polo Blue #809FC4

Color information

#809FC4 (or 0x809FC4) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and C4. RGB value is (128,159,196). Sum of RGB (Red+Green+Blue) = 128+159+196=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #809FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FC4 is #7F603B. Grayscale: #999999. Windows color (decimal): -8347708 or 12885888. OLE color: 12885888.

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

Color convert

RGB128159196-
CMYK0.350.1900.23
HSL212.65º36.56%63.53%-
HSV(B)212.65º34.69%76.86%-
XYZ31.2633.3757.02-
YUV153.95151.73109.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=26.50%
G=32.92%
B=40.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281591960.350.1900.23212.6536.5663.53
Hex809FC42313017d52540
Octal200237304432302732545100
Binary10000000100111111100010010001110011010111110101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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