Shades of Polo Blue #819CC4
Tints of Polo Blue #819CC4
RGB
CMYK
RGB Variations
Color information
#819CC4 (or 0x819CC4) is known color: Polo Blue. HEX triplet: 81, 9C and C4. RGB value is (129,156,196). Sum of RGB (Red+Green+Blue) = 129+156+196=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #819CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CC4 is #7E633B. Grayscale: #989898. Windows color (decimal): -8282940 or 12885121. OLE color: 12885121.
HSL color Cylindrical-coordinate representation of color #819CC4: hue angle of 215.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #819CC4 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 156 | 196 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.23 |
| HSL | 215.82º | 0.36% | 0.64% | - |
| HSV(B) | 215.82º | 0.34% | 0.77% | - |
| XYZ | 30.91 | 32.43 | 56.86 | - |
| YUV | 152.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 196 | 0.34 | 0.20 | 0 | 0.23 | 215.82 | 0.36 | 0.64 |
| Hex | 81 | 9C | C4 | 22 | 14 | 0 | 17 | D8 | 24 | 40 |
| Octal | 201 | 234 | 304 | 42 | 24 | 0 | 27 | 330 | 44 | 100 |
| Binary | 10000001 | 10011100 | 11000100 | 100010 | 10100 | 0 | 10111 | 11011000 | 100100 | 1000000 |
Color Harmonies of #819CC4
Complementary color
Monochromatic Colors of #819CC4
Black with #819CC4
Text Example
Text Example
White with #819CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CC4; }
p { color: rgb(129,156,196); }
H1.HeaderClassName
{
color: #819CC4;
}
.AnyTagClassName
{
color: #819CC4;
}
</style>
background-color css
<style>
a { background-color: #819CC4; }
a { background-color: rgb(129,156,196); }
div.DivClassName
{
background-color: #819CC4;
}
.BgClassName
{
background-color: #819CC4;
}
</style>
border-color css
<style>
span { border-color: #819CC4; }
span { border-color: rgb(129,156,196); }
td.TdClassName
{
border-color: #819CC4;
}
.TagClassName
{
border-color: #819CC4;
}
</style>