Shades of Polo Blue #91A7CE
Tints of Polo Blue #91A7CE
RGB
CMYK
RGB Variations
Color information
#91A7CE (or 0x91A7CE) is known color: Polo Blue. HEX triplet: 91, A7 and CE. RGB value is (145,167,206). Sum of RGB (Red+Green+Blue) = 145+167+206=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A7CE is #6E5831. Grayscale: #A4A4A4. Windows color (decimal): -7231538 or 13543313. OLE color: 13543313.
HSL color Cylindrical-coordinate representation of color #91A7CE: hue angle of 218.36º 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 #91A7CE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 167 | 206 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.19 |
| HSL | 218.36º | 0.38% | 0.69% | - |
| HSV(B) | 218.36º | 0.3% | 0.81% | - |
| XYZ | 36.64 | 38.11 | 63.82 | - |
| YUV | 164.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 206 | 0.30 | 0.19 | 0 | 0.19 | 218.36 | 0.38 | 0.69 |
| Hex | 91 | A7 | CE | 1E | 13 | 0 | 13 | DA | 26 | 45 |
| Octal | 221 | 247 | 316 | 36 | 23 | 0 | 23 | 332 | 46 | 105 |
| Binary | 10010001 | 10100111 | 11001110 | 11110 | 10011 | 0 | 10011 | 11011010 | 100110 | 1000101 |
Color Harmonies of #91A7CE
Complementary color
Monochromatic Colors of #91A7CE
Black with #91A7CE
Text Example
Text Example
White with #91A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A7CE; }
p { color: rgb(145,167,206); }
H1.HeaderClassName
{
color: #91A7CE;
}
.AnyTagClassName
{
color: #91A7CE;
}
</style>
background-color css
<style>
a { background-color: #91A7CE; }
a { background-color: rgb(145,167,206); }
div.DivClassName
{
background-color: #91A7CE;
}
.BgClassName
{
background-color: #91A7CE;
}
</style>
border-color css
<style>
span { border-color: #91A7CE; }
span { border-color: rgb(145,167,206); }
td.TdClassName
{
border-color: #91A7CE;
}
.TagClassName
{
border-color: #91A7CE;
}
</style>