#819FBD

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

Shades of Polo Blue #819FBD

Tints of Polo Blue #819FBD

Color information

#819FBD (or 0x819FBD) is unknown color: approx Polo Blue. HEX triplet: 81, 9F and BD. RGB value is (129,159,189). Sum of RGB (Red+Green+Blue) = 129+159+189=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #819FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FBD is #7E6042. Grayscale: #999999. Windows color (decimal): -8282179 or 12427137. OLE color: 12427137.

HSL color Cylindrical-coordinate representation of color #819FBD: hue angle of 210º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819FBD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129159189-
CMYK0.320.1600.26
HSL210º31.25%62.35%-
HSV(B)210º31.75%74.12%-
XYZ30.6433.1452.93-
YUV153.45148.06110.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=27.04%
G=33.33%
B=39.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291591890.320.1600.2621031.2562.35
Hex819FBD201001Ad21f3e
Octal20123727540200323223776
Binary100000011001111110111101100000100000110101101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819FBD; }

 p { color: rgb(129,159,189); }

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

<style>
 a { background-color: #819FBD; }

 a { background-color: rgb(129,159,189); }

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

<style>
 span { border-color: #819FBD; }

 span { border-color: rgb(129,159,189); }

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