#819CC5

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

Shades of Polo Blue #819CC5

Tints of Polo Blue #819CC5

Color information

#819CC5 (or 0x819CC5) is unknown color: approx Polo Blue. HEX triplet: 81, 9C and C5. RGB value is (129,156,197). Sum of RGB (Red+Green+Blue) = 129+156+197=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #819CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CC5 is #7E633A. Grayscale: #989898. Windows color (decimal): -8282939 or 12950657. OLE color: 12950657.

HSL color Cylindrical-coordinate representation of color #819CC5: hue angle of 216.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #819CC5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129156197-
CMYK0.350.2100.23
HSL216.18º36.96%63.92%-
HSV(B)216.18º34.52%77.25%-
XYZ31.0232.4857.46-
YUV152.6153.05111.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=26.76%
G=32.37%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291561970.350.2100.23216.1836.9663.92
Hex819CC52315017d82540
Octal201234305432502733045100
Binary10000001100111001100010110001110101010111110110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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