Shades of Polo Blue #819CCD
Tints of Polo Blue #819CCD
RGB
CMYK
RGB Variations
Color information
#819CCD (or 0x819CCD) is known color: Polo Blue. HEX triplet: 81, 9C and CD. RGB value is (129,156,205). Sum of RGB (Red+Green+Blue) = 129+156+205=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #819CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CCD is #7E6332. Grayscale: #999999. Windows color (decimal): -8282931 or 13474945. OLE color: 13474945.
HSL color Cylindrical-coordinate representation of color #819CCD: hue angle of 218.68º degrees, saturation: 0.43, 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 #819CCD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 156 | 205 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.20 |
| HSL | 218.68º | 0.43% | 0.65% | - |
| HSV(B) | 218.68º | 0.37% | 0.8% | - |
| XYZ | 31.96 | 32.85 | 62.41 | - |
| YUV | 153.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 205 | 0.37 | 0.24 | 0 | 0.20 | 218.68 | 0.43 | 0.65 |
| Hex | 81 | 9C | CD | 25 | 18 | 0 | 14 | DB | 2B | 41 |
| Octal | 201 | 234 | 315 | 45 | 30 | 0 | 24 | 333 | 53 | 101 |
| Binary | 10000001 | 10011100 | 11001101 | 100101 | 11000 | 0 | 10100 | 11011011 | 101011 | 1000001 |
Color Harmonies of #819CCD
Complementary color
Monochromatic Colors of #819CCD
Black with #819CCD
Text Example
Text Example
White with #819CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CCD; }
p { color: rgb(129,156,205); }
H1.HeaderClassName
{
color: #819CCD;
}
.AnyTagClassName
{
color: #819CCD;
}
</style>
background-color css
<style>
a { background-color: #819CCD; }
a { background-color: rgb(129,156,205); }
div.DivClassName
{
background-color: #819CCD;
}
.BgClassName
{
background-color: #819CCD;
}
</style>
border-color css
<style>
span { border-color: #819CCD; }
span { border-color: rgb(129,156,205); }
td.TdClassName
{
border-color: #819CCD;
}
.TagClassName
{
border-color: #819CCD;
}
</style>