#819EBF

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

Shades of Polo Blue #819EBF

Tints of Polo Blue #819EBF

Color information

#819EBF (or 0x819EBF) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and BF. RGB value is (129,158,191). Sum of RGB (Red+Green+Blue) = 129+158+191=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #819EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EBF is #7E6140. Grayscale: #989898. Windows color (decimal): -8282433 or 12557953. OLE color: 12557953.

HSL color Cylindrical-coordinate representation of color #819EBF: hue angle of 211.94º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819EBF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129158191-
CMYK0.320.1700.25
HSL211.94º32.63%62.75%-
HSV(B)211.94º32.46%74.9%-
XYZ30.6832.8854.02-
YUV153.09149.39110.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 191 (75% from 255) = 39.96%
R=26.99%
G=33.05%
B=39.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291581910.320.1700.25211.9432.6362.75
Hex819EBF2011019d4213f
Octal20123627740210313244177
Binary1000000110011110101111111000001000101100111010100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,158,191); }

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

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

 a { background-color: rgb(129,158,191); }

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

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

 span { border-color: rgb(129,158,191); }

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