#819CCA

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

Shades of Polo Blue #819CCA

Tints of Polo Blue #819CCA

Color information

#819CCA (or 0x819CCA) is unknown color: approx Polo Blue. HEX triplet: 81, 9C and CA. RGB value is (129,156,202). Sum of RGB (Red+Green+Blue) = 129+156+202=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #819CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CCA is #7E6335. Grayscale: #989898. Windows color (decimal): -8282934 or 13278337. OLE color: 13278337.

HSL color Cylindrical-coordinate representation of color #819CCA: hue angle of 217.81º 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 #819CCA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129156202-
CMYK0.360.2300.21
HSL217.81º40.78%64.9%-
HSV(B)217.81º36.14%79.22%-
XYZ31.632.7160.52-
YUV153.17155.55110.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=26.49%
G=32.03%
B=41.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291562020.360.2300.21217.8140.7864.9
Hex819CCA2417015da2941
Octal201234312442702533251101
Binary10000001100111001100101010010010111010101110110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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