Shades of Polo Blue #869DCD
Tints of Polo Blue #869DCD
RGB
CMYK
RGB Variations
Color information
#869DCD (or 0x869DCD) is known color: Polo Blue. HEX triplet: 86, 9D and CD. RGB value is (134,157,205). Sum of RGB (Red+Green+Blue) = 134+157+205=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #869DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DCD is #796232. Grayscale: #9B9B9B. Windows color (decimal): -7954995 or 13475206. OLE color: 13475206.
HSL color Cylindrical-coordinate representation of color #869DCD: hue angle of 220.56º 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 #869DCD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 157 | 205 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.20 |
| HSL | 220.56º | 0.42% | 0.66% | - |
| HSV(B) | 220.56º | 0.35% | 0.8% | - |
| XYZ | 32.91 | 33.59 | 62.51 | - |
| YUV | 155.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 205 | 0.35 | 0.23 | 0 | 0.20 | 220.56 | 0.42 | 0.66 |
| Hex | 86 | 9D | CD | 23 | 17 | 0 | 14 | DD | 2A | 42 |
| Octal | 206 | 235 | 315 | 43 | 27 | 0 | 24 | 335 | 52 | 102 |
| Binary | 10000110 | 10011101 | 11001101 | 100011 | 10111 | 0 | 10100 | 11011101 | 101010 | 1000010 |
Color Harmonies of #869DCD
Complementary color
Monochromatic Colors of #869DCD
Black with #869DCD
Text Example
Text Example
White with #869DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DCD; }
p { color: rgb(134,157,205); }
H1.HeaderClassName
{
color: #869DCD;
}
.AnyTagClassName
{
color: #869DCD;
}
</style>
background-color css
<style>
a { background-color: #869DCD; }
a { background-color: rgb(134,157,205); }
div.DivClassName
{
background-color: #869DCD;
}
.BgClassName
{
background-color: #869DCD;
}
</style>
border-color css
<style>
span { border-color: #869DCD; }
span { border-color: rgb(134,157,205); }
td.TdClassName
{
border-color: #869DCD;
}
.TagClassName
{
border-color: #869DCD;
}
</style>