Shades of Polo Blue #91A8CA
Tints of Polo Blue #91A8CA
RGB
CMYK
RGB Variations
Color information
#91A8CA (or 0x91A8CA) is known color: Polo Blue. HEX triplet: 91, A8 and CA. RGB value is (145,168,202). Sum of RGB (Red+Green+Blue) = 145+168+202=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #91A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8CA is #6E5735. Grayscale: #A4A4A4. Windows color (decimal): -7231286 or 13281425. OLE color: 13281425.
HSL color Cylindrical-coordinate representation of color #91A8CA: hue angle of 215.79º degrees, saturation: 0.35, 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 #91A8CA is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 168 | 202 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.21 |
| HSL | 215.79º | 0.35% | 0.68% | - |
| HSV(B) | 215.79º | 0.28% | 0.79% | - |
| XYZ | 36.34 | 38.29 | 61.35 | - |
| YUV | 165 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 202 | 0.28 | 0.17 | 0 | 0.21 | 215.79 | 0.35 | 0.68 |
| Hex | 91 | A8 | CA | 1C | 11 | 0 | 15 | D8 | 23 | 44 |
| Octal | 221 | 250 | 312 | 34 | 21 | 0 | 25 | 330 | 43 | 104 |
| Binary | 10010001 | 10101000 | 11001010 | 11100 | 10001 | 0 | 10101 | 11011000 | 100011 | 1000100 |
Color Harmonies of #91A8CA
Complementary color
Monochromatic Colors of #91A8CA
Black with #91A8CA
Text Example
Text Example
White with #91A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8CA; }
p { color: rgb(145,168,202); }
H1.HeaderClassName
{
color: #91A8CA;
}
.AnyTagClassName
{
color: #91A8CA;
}
</style>
background-color css
<style>
a { background-color: #91A8CA; }
a { background-color: rgb(145,168,202); }
div.DivClassName
{
background-color: #91A8CA;
}
.BgClassName
{
background-color: #91A8CA;
}
</style>
border-color css
<style>
span { border-color: #91A8CA; }
span { border-color: rgb(145,168,202); }
td.TdClassName
{
border-color: #91A8CA;
}
.TagClassName
{
border-color: #91A8CA;
}
</style>