Shades of Polo Blue #869EC8
Tints of Polo Blue #869EC8
RGB
CMYK
RGB Variations
Color information
#869EC8 (or 0x869EC8) is known color: Polo Blue. HEX triplet: 86, 9E and C8. RGB value is (134,158,200). Sum of RGB (Red+Green+Blue) = 134+158+200=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #869EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EC8 is #796137. Grayscale: #9B9B9B. Windows color (decimal): -7954744 or 13147782. OLE color: 13147782.
HSL color Cylindrical-coordinate representation of color #869EC8: hue angle of 218.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #869EC8 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 158 | 200 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.22 |
| HSL | 218.18º | 0.38% | 0.65% | - |
| HSV(B) | 218.18º | 0.33% | 0.78% | - |
| XYZ | 32.48 | 33.69 | 59.43 | - |
| YUV | 155.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 200 | 0.33 | 0.21 | 0 | 0.22 | 218.18 | 0.38 | 0.65 |
| Hex | 86 | 9E | C8 | 21 | 15 | 0 | 16 | DA | 26 | 41 |
| Octal | 206 | 236 | 310 | 41 | 25 | 0 | 26 | 332 | 46 | 101 |
| Binary | 10000110 | 10011110 | 11001000 | 100001 | 10101 | 0 | 10110 | 11011010 | 100110 | 1000001 |
Color Harmonies of #869EC8
Complementary color
Monochromatic Colors of #869EC8
Black with #869EC8
Text Example
Text Example
White with #869EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869EC8; }
p { color: rgb(134,158,200); }
H1.HeaderClassName
{
color: #869EC8;
}
.AnyTagClassName
{
color: #869EC8;
}
</style>
background-color css
<style>
a { background-color: #869EC8; }
a { background-color: rgb(134,158,200); }
div.DivClassName
{
background-color: #869EC8;
}
.BgClassName
{
background-color: #869EC8;
}
</style>
border-color css
<style>
span { border-color: #869EC8; }
span { border-color: rgb(134,158,200); }
td.TdClassName
{
border-color: #869EC8;
}
.TagClassName
{
border-color: #869EC8;
}
</style>