Shades of Polo Blue #819BC4
Tints of Polo Blue #819BC4
RGB
CMYK
RGB Variations
Color information
#819BC4 (or 0x819BC4) is known color: Polo Blue. HEX triplet: 81, 9B and C4. RGB value is (129,155,196). Sum of RGB (Red+Green+Blue) = 129+155+196=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #819BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BC4 is #7E643B. Grayscale: #979797. Windows color (decimal): -8283196 or 12884865. OLE color: 12884865.
HSL color Cylindrical-coordinate representation of color #819BC4: hue angle of 216.72º 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 #819BC4 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 155 | 196 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.23 |
| HSL | 216.72º | 0.36% | 0.64% | - |
| HSV(B) | 216.72º | 0.34% | 0.77% | - |
| XYZ | 30.74 | 32.1 | 56.8 | - |
| YUV | 151.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 196 | 0.34 | 0.21 | 0 | 0.23 | 216.72 | 0.36 | 0.64 |
| Hex | 81 | 9B | C4 | 22 | 15 | 0 | 17 | D9 | 24 | 40 |
| Octal | 201 | 233 | 304 | 42 | 25 | 0 | 27 | 331 | 44 | 100 |
| Binary | 10000001 | 10011011 | 11000100 | 100010 | 10101 | 0 | 10111 | 11011001 | 100100 | 1000000 |
Color Harmonies of #819BC4
Complementary color
Monochromatic Colors of #819BC4
Black with #819BC4
Text Example
Text Example
White with #819BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BC4; }
p { color: rgb(129,155,196); }
H1.HeaderClassName
{
color: #819BC4;
}
.AnyTagClassName
{
color: #819BC4;
}
</style>
background-color css
<style>
a { background-color: #819BC4; }
a { background-color: rgb(129,155,196); }
div.DivClassName
{
background-color: #819BC4;
}
.BgClassName
{
background-color: #819BC4;
}
</style>
border-color css
<style>
span { border-color: #819BC4; }
span { border-color: rgb(129,155,196); }
td.TdClassName
{
border-color: #819BC4;
}
.TagClassName
{
border-color: #819BC4;
}
</style>