Shades of Polo Blue #869FD2
Tints of Polo Blue #869FD2
RGB
CMYK
RGB Variations
Color information
#869FD2 (or 0x869FD2) is known color: Polo Blue. HEX triplet: 86, 9F and D2. RGB value is (134,159,210). Sum of RGB (Red+Green+Blue) = 134+159+210=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #869FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FD2 is #79602D. Grayscale: #9D9D9D. Windows color (decimal): -7954478 or 13803398. OLE color: 13803398.
HSL color Cylindrical-coordinate representation of color #869FD2: hue angle of 220.26º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869FD2 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 159 | 210 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.18 |
| HSL | 220.26º | 0.46% | 0.67% | - |
| HSV(B) | 220.26º | 0.36% | 0.82% | - |
| XYZ | 33.86 | 34.52 | 65.85 | - |
| YUV | 157.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 210 | 0.36 | 0.24 | 0 | 0.18 | 220.26 | 0.46 | 0.67 |
| Hex | 86 | 9F | D2 | 24 | 18 | 0 | 12 | DC | 2E | 43 |
| Octal | 206 | 237 | 322 | 44 | 30 | 0 | 22 | 334 | 56 | 103 |
| Binary | 10000110 | 10011111 | 11010010 | 100100 | 11000 | 0 | 10010 | 11011100 | 101110 | 1000011 |
Color Harmonies of #869FD2
Complementary color
Monochromatic Colors of #869FD2
Black with #869FD2
Text Example
Text Example
White with #869FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FD2; }
p { color: rgb(134,159,210); }
H1.HeaderClassName
{
color: #869FD2;
}
.AnyTagClassName
{
color: #869FD2;
}
</style>
background-color css
<style>
a { background-color: #869FD2; }
a { background-color: rgb(134,159,210); }
div.DivClassName
{
background-color: #869FD2;
}
.BgClassName
{
background-color: #869FD2;
}
</style>
border-color css
<style>
span { border-color: #869FD2; }
span { border-color: rgb(134,159,210); }
td.TdClassName
{
border-color: #869FD2;
}
.TagClassName
{
border-color: #869FD2;
}
</style>