Shades of Polo Blue #91A6CE
Tints of Polo Blue #91A6CE
RGB
CMYK
RGB Variations
Color information
#91A6CE (or 0x91A6CE) is known color: Polo Blue. HEX triplet: 91, A6 and CE. RGB value is (145,166,206). Sum of RGB (Red+Green+Blue) = 145+166+206=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6CE is #6E5931. Grayscale: #A4A4A4. Windows color (decimal): -7231794 or 13543057. OLE color: 13543057.
HSL color Cylindrical-coordinate representation of color #91A6CE: hue angle of 219.34º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A6CE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 166 | 206 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.19 |
| HSL | 219.34º | 0.38% | 0.69% | - |
| HSV(B) | 219.34º | 0.3% | 0.81% | - |
| XYZ | 36.45 | 37.75 | 63.76 | - |
| YUV | 164.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 206 | 0.30 | 0.19 | 0 | 0.19 | 219.34 | 0.38 | 0.69 |
| Hex | 91 | A6 | CE | 1E | 13 | 0 | 13 | DB | 26 | 45 |
| Octal | 221 | 246 | 316 | 36 | 23 | 0 | 23 | 333 | 46 | 105 |
| Binary | 10010001 | 10100110 | 11001110 | 11110 | 10011 | 0 | 10011 | 11011011 | 100110 | 1000101 |
Color Harmonies of #91A6CE
Complementary color
Monochromatic Colors of #91A6CE
Black with #91A6CE
Text Example
Text Example
White with #91A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6CE; }
p { color: rgb(145,166,206); }
H1.HeaderClassName
{
color: #91A6CE;
}
.AnyTagClassName
{
color: #91A6CE;
}
</style>
background-color css
<style>
a { background-color: #91A6CE; }
a { background-color: rgb(145,166,206); }
div.DivClassName
{
background-color: #91A6CE;
}
.BgClassName
{
background-color: #91A6CE;
}
</style>
border-color css
<style>
span { border-color: #91A6CE; }
span { border-color: rgb(145,166,206); }
td.TdClassName
{
border-color: #91A6CE;
}
.TagClassName
{
border-color: #91A6CE;
}
</style>