#819DC1

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

Shades of Polo Blue #819DC1

Tints of Polo Blue #819DC1

Color information

#819DC1 (or 0x819DC1) is unknown color: approx Polo Blue. HEX triplet: 81, 9D and C1. RGB value is (129,157,193). Sum of RGB (Red+Green+Blue) = 129+157+193=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #819DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DC1 is #7E623E. Grayscale: #989898. Windows color (decimal): -8282687 or 12688769. OLE color: 12688769.

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

Color convert

RGB129157193-
CMYK0.330.1900.24
HSL213.75º34.04%63.14%-
HSV(B)213.75º33.16%75.69%-
XYZ30.7432.6355.13-
YUV152.73150.72111.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.93%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=26.93%
G=32.78%
B=40.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291571930.330.1900.24213.7534.0463.14
Hex819DC12113018d6223f
Octal20123530141230303264277
Binary1000000110011101110000011000011001101100011010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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