Shades of Polo Blue #869FC1
Tints of Polo Blue #869FC1
RGB
CMYK
RGB Variations
Color information
#869FC1 (or 0x869FC1) is known color: Polo Blue. HEX triplet: 86, 9F and C1. RGB value is (134,159,193). Sum of RGB (Red+Green+Blue) = 134+159+193=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #869FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FC1 is #79603E. Grayscale: #9B9B9B. Windows color (decimal): -7954495 or 12689286. OLE color: 12689286.
HSL color Cylindrical-coordinate representation of color #869FC1: hue angle of 214.58º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #869FC1 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 159 | 193 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.24 |
| HSL | 214.58º | 0.32% | 0.64% | - |
| HSV(B) | 214.58º | 0.31% | 0.76% | - |
| XYZ | 31.86 | 33.71 | 55.28 | - |
| YUV | 155.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 193 | 0.31 | 0.18 | 0 | 0.24 | 214.58 | 0.32 | 0.64 |
| Hex | 86 | 9F | C1 | 1F | 12 | 0 | 18 | D7 | 20 | 40 |
| Octal | 206 | 237 | 301 | 37 | 22 | 0 | 30 | 327 | 40 | 100 |
| Binary | 10000110 | 10011111 | 11000001 | 11111 | 10010 | 0 | 11000 | 11010111 | 100000 | 1000000 |
Color Harmonies of #869FC1
Complementary color
Monochromatic Colors of #869FC1
Black with #869FC1
Text Example
Text Example
White with #869FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FC1; }
p { color: rgb(134,159,193); }
H1.HeaderClassName
{
color: #869FC1;
}
.AnyTagClassName
{
color: #869FC1;
}
</style>
background-color css
<style>
a { background-color: #869FC1; }
a { background-color: rgb(134,159,193); }
div.DivClassName
{
background-color: #869FC1;
}
.BgClassName
{
background-color: #869FC1;
}
</style>
border-color css
<style>
span { border-color: #869FC1; }
span { border-color: rgb(134,159,193); }
td.TdClassName
{
border-color: #869FC1;
}
.TagClassName
{
border-color: #869FC1;
}
</style>