Shades of Polo Blue #869CCB
Tints of Polo Blue #869CCB
RGB
CMYK
RGB Variations
Color information
#869CCB (or 0x869CCB) is known color: Polo Blue. HEX triplet: 86, 9C and CB. RGB value is (134,156,203). Sum of RGB (Red+Green+Blue) = 134+156+203=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #869CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCB is #796334. Grayscale: #9A9A9A. Windows color (decimal): -7955253 or 13343878. OLE color: 13343878.
HSL color Cylindrical-coordinate representation of color #869CCB: hue angle of 220.87º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #869CCB is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 156 | 203 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.20 |
| HSL | 220.87º | 0.4% | 0.66% | - |
| HSV(B) | 220.87º | 0.34% | 0.8% | - |
| XYZ | 32.5 | 33.16 | 61.19 | - |
| YUV | 154.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 203 | 0.34 | 0.23 | 0 | 0.20 | 220.87 | 0.4 | 0.66 |
| Hex | 86 | 9C | CB | 22 | 17 | 0 | 14 | DD | 28 | 42 |
| Octal | 206 | 234 | 313 | 42 | 27 | 0 | 24 | 335 | 50 | 102 |
| Binary | 10000110 | 10011100 | 11001011 | 100010 | 10111 | 0 | 10100 | 11011101 | 101000 | 1000010 |
Color Harmonies of #869CCB
Complementary color
Monochromatic Colors of #869CCB
Black with #869CCB
Text Example
Text Example
White with #869CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CCB; }
p { color: rgb(134,156,203); }
H1.HeaderClassName
{
color: #869CCB;
}
.AnyTagClassName
{
color: #869CCB;
}
</style>
background-color css
<style>
a { background-color: #869CCB; }
a { background-color: rgb(134,156,203); }
div.DivClassName
{
background-color: #869CCB;
}
.BgClassName
{
background-color: #869CCB;
}
</style>
border-color css
<style>
span { border-color: #869CCB; }
span { border-color: rgb(134,156,203); }
td.TdClassName
{
border-color: #869CCB;
}
.TagClassName
{
border-color: #869CCB;
}
</style>