Shades of Polo Blue #819DC4
Tints of Polo Blue #819DC4
RGB
CMYK
RGB Variations
Color information
#819DC4 (or 0x819DC4) is known color: Polo Blue. HEX triplet: 81, 9D and C4. RGB value is (129,157,196). Sum of RGB (Red+Green+Blue) = 129+157+196=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #819DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DC4 is #7E623B. Grayscale: #989898. Windows color (decimal): -8282684 or 12885377. OLE color: 12885377.
HSL color Cylindrical-coordinate representation of color #819DC4: hue angle of 214.93º 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 #819DC4 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 157 | 196 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.23 |
| HSL | 214.93º | 0.36% | 0.64% | - |
| HSV(B) | 214.93º | 0.34% | 0.77% | - |
| XYZ | 31.07 | 32.77 | 56.91 | - |
| YUV | 153.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 196 | 0.34 | 0.20 | 0 | 0.23 | 214.93 | 0.36 | 0.64 |
| Hex | 81 | 9D | C4 | 22 | 14 | 0 | 17 | D7 | 24 | 40 |
| Octal | 201 | 235 | 304 | 42 | 24 | 0 | 27 | 327 | 44 | 100 |
| Binary | 10000001 | 10011101 | 11000100 | 100010 | 10100 | 0 | 10111 | 11010111 | 100100 | 1000000 |
Color Harmonies of #819DC4
Complementary color
Monochromatic Colors of #819DC4
Black with #819DC4
Text Example
Text Example
White with #819DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DC4; }
p { color: rgb(129,157,196); }
H1.HeaderClassName
{
color: #819DC4;
}
.AnyTagClassName
{
color: #819DC4;
}
</style>
background-color css
<style>
a { background-color: #819DC4; }
a { background-color: rgb(129,157,196); }
div.DivClassName
{
background-color: #819DC4;
}
.BgClassName
{
background-color: #819DC4;
}
</style>
border-color css
<style>
span { border-color: #819DC4; }
span { border-color: rgb(129,157,196); }
td.TdClassName
{
border-color: #819DC4;
}
.TagClassName
{
border-color: #819DC4;
}
</style>