Shades of Polo Blue #869FCD
Tints of Polo Blue #869FCD
RGB
CMYK
RGB Variations
Color information
#869FCD (or 0x869FCD) is known color: Polo Blue. HEX triplet: 86, 9F and CD. RGB value is (134,159,205). Sum of RGB (Red+Green+Blue) = 134+159+205=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #869FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FCD is #796032. Grayscale: #9C9C9C. Windows color (decimal): -7954483 or 13475718. OLE color: 13475718.
HSL color Cylindrical-coordinate representation of color #869FCD: hue angle of 218.87º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869FCD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 159 | 205 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.20 |
| HSL | 218.87º | 0.42% | 0.66% | - |
| HSV(B) | 218.87º | 0.35% | 0.8% | - |
| XYZ | 33.25 | 34.27 | 62.62 | - |
| YUV | 156.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 205 | 0.35 | 0.22 | 0 | 0.20 | 218.87 | 0.42 | 0.66 |
| Hex | 86 | 9F | CD | 23 | 16 | 0 | 14 | DB | 2A | 42 |
| Octal | 206 | 237 | 315 | 43 | 26 | 0 | 24 | 333 | 52 | 102 |
| Binary | 10000110 | 10011111 | 11001101 | 100011 | 10110 | 0 | 10100 | 11011011 | 101010 | 1000010 |
Color Harmonies of #869FCD
Complementary color
Monochromatic Colors of #869FCD
Black with #869FCD
Text Example
Text Example
White with #869FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FCD; }
p { color: rgb(134,159,205); }
H1.HeaderClassName
{
color: #869FCD;
}
.AnyTagClassName
{
color: #869FCD;
}
</style>
background-color css
<style>
a { background-color: #869FCD; }
a { background-color: rgb(134,159,205); }
div.DivClassName
{
background-color: #869FCD;
}
.BgClassName
{
background-color: #869FCD;
}
</style>
border-color css
<style>
span { border-color: #869FCD; }
span { border-color: rgb(134,159,205); }
td.TdClassName
{
border-color: #869FCD;
}
.TagClassName
{
border-color: #869FCD;
}
</style>