#819AC2

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

Shades of Polo Blue #819AC2

Tints of Polo Blue #819AC2

Color information

#819AC2 (or 0x819AC2) is unknown color: approx Polo Blue. HEX triplet: 81, 9A and C2. RGB value is (129,154,194). Sum of RGB (Red+Green+Blue) = 129+154+194=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #819AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AC2 is #7E653D. Grayscale: #969696. Windows color (decimal): -8283454 or 12753537. OLE color: 12753537.

HSL color Cylindrical-coordinate representation of color #819AC2: hue angle of 216.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #819AC2 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129154194-
CMYK0.340.2100.24
HSL216.92º34.76%63.33%-
HSV(B)216.92º33.51%76.08%-
XYZ30.3531.6755.55-
YUV151.08152.22112.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 194 (76.17% from 255) = 40.67%
R=27.04%
G=32.29%
B=40.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291541940.340.2100.24216.9234.7663.33
Hex819AC22215018d9233f
Octal20123230242250303314377
Binary1000000110011010110000101000101010101100011011001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,154,194); }

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

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

 a { background-color: rgb(129,154,194); }

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

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

 span { border-color: rgb(129,154,194); }

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