#819AC1

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

Shades of Polo Blue #819AC1

Tints of Polo Blue #819AC1

Color information

#819AC1 (or 0x819AC1) is unknown color: approx Polo Blue. HEX triplet: 81, 9A and C1. RGB value is (129,154,193). Sum of RGB (Red+Green+Blue) = 129+154+193=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #819AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AC1 is #7E653E. Grayscale: #969696. Windows color (decimal): -8283455 or 12688001. OLE color: 12688001.

HSL color Cylindrical-coordinate representation of color #819AC1: hue angle of 216.56º 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 #819AC1 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129154193-
CMYK0.330.2000.24
HSL216.56º34.04%63.14%-
HSV(B)216.56º33.16%75.69%-
XYZ30.2331.6354.96-
YUV150.97151.72112.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=27.10%
G=32.35%
B=40.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291541930.330.2000.24216.5634.0463.14
Hex819AC12114018d9223f
Octal20123230141240303314277
Binary1000000110011010110000011000011010001100011011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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