Shades of Polo Blue #91A8C9
Tints of Polo Blue #91A8C9
RGB
CMYK
RGB Variations
Color information
#91A8C9 (or 0x91A8C9) is known color: Polo Blue. HEX triplet: 91, A8 and C9. RGB value is (145,168,201). Sum of RGB (Red+Green+Blue) = 145+168+201=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #91A8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8C9 is #6E5736. Grayscale: #A4A4A4. Windows color (decimal): -7231287 or 13215889. OLE color: 13215889.
HSL color Cylindrical-coordinate representation of color #91A8C9: hue angle of 215.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91A8C9 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 168 | 201 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.21 |
| HSL | 215.36º | 0.34% | 0.68% | - |
| HSV(B) | 215.36º | 0.28% | 0.79% | - |
| XYZ | 36.22 | 38.24 | 60.73 | - |
| YUV | 164.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 201 | 0.28 | 0.16 | 0 | 0.21 | 215.36 | 0.34 | 0.68 |
| Hex | 91 | A8 | C9 | 1C | 10 | 0 | 15 | D7 | 22 | 44 |
| Octal | 221 | 250 | 311 | 34 | 20 | 0 | 25 | 327 | 42 | 104 |
| Binary | 10010001 | 10101000 | 11001001 | 11100 | 10000 | 0 | 10101 | 11010111 | 100010 | 1000100 |
Color Harmonies of #91A8C9
Complementary color
Monochromatic Colors of #91A8C9
Black with #91A8C9
Text Example
Text Example
White with #91A8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8C9; }
p { color: rgb(145,168,201); }
H1.HeaderClassName
{
color: #91A8C9;
}
.AnyTagClassName
{
color: #91A8C9;
}
</style>
background-color css
<style>
a { background-color: #91A8C9; }
a { background-color: rgb(145,168,201); }
div.DivClassName
{
background-color: #91A8C9;
}
.BgClassName
{
background-color: #91A8C9;
}
</style>
border-color css
<style>
span { border-color: #91A8C9; }
span { border-color: rgb(145,168,201); }
td.TdClassName
{
border-color: #91A8C9;
}
.TagClassName
{
border-color: #91A8C9;
}
</style>