Shades of Polo Blue #91A2CE
Tints of Polo Blue #91A2CE
RGB
CMYK
RGB Variations
Color information
#91A2CE (or 0x91A2CE) is known color: Polo Blue. HEX triplet: 91, A2 and CE. RGB value is (145,162,206). Sum of RGB (Red+Green+Blue) = 145+162+206=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2CE is #6E5D31. Grayscale: #A1A1A1. Windows color (decimal): -7232818 or 13542033. OLE color: 13542033.
HSL color Cylindrical-coordinate representation of color #91A2CE: hue angle of 223.28º 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 #91A2CE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 162 | 206 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.19 |
| HSL | 223.28º | 0.38% | 0.69% | - |
| HSV(B) | 223.28º | 0.3% | 0.81% | - |
| XYZ | 35.74 | 36.32 | 63.52 | - |
| YUV | 161.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 206 | 0.30 | 0.21 | 0 | 0.19 | 223.28 | 0.38 | 0.69 |
| Hex | 91 | A2 | CE | 1E | 15 | 0 | 13 | DF | 26 | 45 |
| Octal | 221 | 242 | 316 | 36 | 25 | 0 | 23 | 337 | 46 | 105 |
| Binary | 10010001 | 10100010 | 11001110 | 11110 | 10101 | 0 | 10011 | 11011111 | 100110 | 1000101 |
Color Harmonies of #91A2CE
Complementary color
Monochromatic Colors of #91A2CE
Black with #91A2CE
Text Example
Text Example
White with #91A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2CE; }
p { color: rgb(145,162,206); }
H1.HeaderClassName
{
color: #91A2CE;
}
.AnyTagClassName
{
color: #91A2CE;
}
</style>
background-color css
<style>
a { background-color: #91A2CE; }
a { background-color: rgb(145,162,206); }
div.DivClassName
{
background-color: #91A2CE;
}
.BgClassName
{
background-color: #91A2CE;
}
</style>
border-color css
<style>
span { border-color: #91A2CE; }
span { border-color: rgb(145,162,206); }
td.TdClassName
{
border-color: #91A2CE;
}
.TagClassName
{
border-color: #91A2CE;
}
</style>