Shades of Polo Blue #869DC9
Tints of Polo Blue #869DC9
RGB
CMYK
RGB Variations
Color information
#869DC9 (or 0x869DC9) is known color: Polo Blue. HEX triplet: 86, 9D and C9. RGB value is (134,157,201). Sum of RGB (Red+Green+Blue) = 134+157+201=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #869DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DC9 is #796236. Grayscale: #9A9A9A. Windows color (decimal): -7954999 or 13213062. OLE color: 13213062.
HSL color Cylindrical-coordinate representation of color #869DC9: hue angle of 219.4º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #869DC9 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 157 | 201 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.21 |
| HSL | 219.4º | 0.38% | 0.66% | - |
| HSV(B) | 219.4º | 0.33% | 0.79% | - |
| XYZ | 32.43 | 33.4 | 60 | - |
| YUV | 155.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 201 | 0.33 | 0.22 | 0 | 0.21 | 219.4 | 0.38 | 0.66 |
| Hex | 86 | 9D | C9 | 21 | 16 | 0 | 15 | DB | 26 | 42 |
| Octal | 206 | 235 | 311 | 41 | 26 | 0 | 25 | 333 | 46 | 102 |
| Binary | 10000110 | 10011101 | 11001001 | 100001 | 10110 | 0 | 10101 | 11011011 | 100110 | 1000010 |
Color Harmonies of #869DC9
Complementary color
Monochromatic Colors of #869DC9
Black with #869DC9
Text Example
Text Example
White with #869DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DC9; }
p { color: rgb(134,157,201); }
H1.HeaderClassName
{
color: #869DC9;
}
.AnyTagClassName
{
color: #869DC9;
}
</style>
background-color css
<style>
a { background-color: #869DC9; }
a { background-color: rgb(134,157,201); }
div.DivClassName
{
background-color: #869DC9;
}
.BgClassName
{
background-color: #869DC9;
}
</style>
border-color css
<style>
span { border-color: #869DC9; }
span { border-color: rgb(134,157,201); }
td.TdClassName
{
border-color: #869DC9;
}
.TagClassName
{
border-color: #869DC9;
}
</style>