#819DCA

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

Shades of Polo Blue #819DCA

Tints of Polo Blue #819DCA

Color information

#819DCA (or 0x819DCA) is unknown color: approx Polo Blue. HEX triplet: 81, 9D and CA. RGB value is (129,157,202). Sum of RGB (Red+Green+Blue) = 129+157+202=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #819DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DCA is #7E6235. Grayscale: #999999. Windows color (decimal): -8282678 or 13278593. OLE color: 13278593.

HSL color Cylindrical-coordinate representation of color #819DCA: hue angle of 216.99º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819DCA is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129157202-
CMYK0.360.2200.21
HSL216.99º40.78%64.9%-
HSV(B)216.99º36.14%79.22%-
XYZ31.7733.0560.58-
YUV153.76155.22110.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=26.43%
G=32.17%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291572020.360.2200.21216.9940.7864.9
Hex819DCA2416015d92941
Octal201235312442602533151101
Binary10000001100111011100101010010010110010101110110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,157,202); }

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

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

 a { background-color: rgb(129,157,202); }

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

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

 span { border-color: rgb(129,157,202); }

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