Shades of Polo Blue #91A3CE
Tints of Polo Blue #91A3CE
RGB
CMYK
RGB Variations
Color information
#91A3CE (or 0x91A3CE) is known color: Polo Blue. HEX triplet: 91, A3 and CE. RGB value is (145,163,206). Sum of RGB (Red+Green+Blue) = 145+163+206=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #91A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3CE is #6E5C31. Grayscale: #A2A2A2. Windows color (decimal): -7232562 or 13542289. OLE color: 13542289.
HSL color Cylindrical-coordinate representation of color #91A3CE: hue angle of 222.3º 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 #91A3CE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 163 | 206 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.19 |
| HSL | 222.3º | 0.38% | 0.69% | - |
| HSV(B) | 222.3º | 0.3% | 0.81% | - |
| XYZ | 35.91 | 36.67 | 63.58 | - |
| YUV | 162.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 206 | 0.30 | 0.21 | 0 | 0.19 | 222.3 | 0.38 | 0.69 |
| Hex | 91 | A3 | CE | 1E | 15 | 0 | 13 | DE | 26 | 45 |
| Octal | 221 | 243 | 316 | 36 | 25 | 0 | 23 | 336 | 46 | 105 |
| Binary | 10010001 | 10100011 | 11001110 | 11110 | 10101 | 0 | 10011 | 11011110 | 100110 | 1000101 |
Color Harmonies of #91A3CE
Complementary color
Monochromatic Colors of #91A3CE
Black with #91A3CE
Text Example
Text Example
White with #91A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3CE; }
p { color: rgb(145,163,206); }
H1.HeaderClassName
{
color: #91A3CE;
}
.AnyTagClassName
{
color: #91A3CE;
}
</style>
background-color css
<style>
a { background-color: #91A3CE; }
a { background-color: rgb(145,163,206); }
div.DivClassName
{
background-color: #91A3CE;
}
.BgClassName
{
background-color: #91A3CE;
}
</style>
border-color css
<style>
span { border-color: #91A3CE; }
span { border-color: rgb(145,163,206); }
td.TdClassName
{
border-color: #91A3CE;
}
.TagClassName
{
border-color: #91A3CE;
}
</style>