Shades of Polo Blue #819BC5
Tints of Polo Blue #819BC5
RGB
CMYK
RGB Variations
Color information
#819BC5 (or 0x819BC5) is known color: Polo Blue. HEX triplet: 81, 9B and C5. RGB value is (129,155,197). Sum of RGB (Red+Green+Blue) = 129+155+197=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #819BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BC5 is #7E643A. Grayscale: #979797. Windows color (decimal): -8283195 or 12950401. OLE color: 12950401.
HSL color Cylindrical-coordinate representation of color #819BC5: hue angle of 217.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #819BC5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 155 | 197 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.23 |
| HSL | 217.06º | 0.37% | 0.64% | - |
| HSV(B) | 217.06º | 0.35% | 0.77% | - |
| XYZ | 30.85 | 32.14 | 57.4 | - |
| YUV | 152.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 197 | 0.35 | 0.21 | 0 | 0.23 | 217.06 | 0.37 | 0.64 |
| Hex | 81 | 9B | C5 | 23 | 15 | 0 | 17 | D9 | 25 | 40 |
| Octal | 201 | 233 | 305 | 43 | 25 | 0 | 27 | 331 | 45 | 100 |
| Binary | 10000001 | 10011011 | 11000101 | 100011 | 10101 | 0 | 10111 | 11011001 | 100101 | 1000000 |
Color Harmonies of #819BC5
Complementary color
Monochromatic Colors of #819BC5
Black with #819BC5
Text Example
Text Example
White with #819BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BC5; }
p { color: rgb(129,155,197); }
H1.HeaderClassName
{
color: #819BC5;
}
.AnyTagClassName
{
color: #819BC5;
}
</style>
background-color css
<style>
a { background-color: #819BC5; }
a { background-color: rgb(129,155,197); }
div.DivClassName
{
background-color: #819BC5;
}
.BgClassName
{
background-color: #819BC5;
}
</style>
border-color css
<style>
span { border-color: #819BC5; }
span { border-color: rgb(129,155,197); }
td.TdClassName
{
border-color: #819BC5;
}
.TagClassName
{
border-color: #819BC5;
}
</style>