#819CCC

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

Shades of Polo Blue #819CCC

Tints of Polo Blue #819CCC

Color information

#819CCC (or 0x819CCC) is unknown color: approx Polo Blue. HEX triplet: 81, 9C and CC. RGB value is (129,156,204). Sum of RGB (Red+Green+Blue) = 129+156+204=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #819CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CCC is #7E6333. Grayscale: #999999. Windows color (decimal): -8282932 or 13409409. OLE color: 13409409.

HSL color Cylindrical-coordinate representation of color #819CCC: hue angle of 218.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819CCC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129156204-
CMYK0.370.2400.2
HSL218.4º42.37%65.29%-
HSV(B)218.4º36.76%80%-
XYZ31.8432.861.78-
YUV153.4156.55110.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=26.38%
G=31.90%
B=41.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291562040.370.2400.2218.442.3765.29
Hex819CCC2518014da2a41
Octal201234314453002433252101
Binary10000001100111001100110010010111000010100110110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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