Shades of Polo Blue #91A6CA
Tints of Polo Blue #91A6CA
RGB
CMYK
RGB Variations
Color information
#91A6CA (or 0x91A6CA) is known color: Polo Blue. HEX triplet: 91, A6 and CA. RGB value is (145,166,202). Sum of RGB (Red+Green+Blue) = 145+166+202=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #91A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6CA is #6E5935. Grayscale: #A3A3A3. Windows color (decimal): -7231798 or 13280913. OLE color: 13280913.
HSL color Cylindrical-coordinate representation of color #91A6CA: hue angle of 217.89º 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 #91A6CA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 166 | 202 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.21 |
| HSL | 217.89º | 0.35% | 0.68% | - |
| HSV(B) | 217.89º | 0.28% | 0.79% | - |
| XYZ | 35.97 | 37.56 | 61.23 | - |
| YUV | 163.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 202 | 0.28 | 0.18 | 0 | 0.21 | 217.89 | 0.35 | 0.68 |
| Hex | 91 | A6 | CA | 1C | 12 | 0 | 15 | DA | 23 | 44 |
| Octal | 221 | 246 | 312 | 34 | 22 | 0 | 25 | 332 | 43 | 104 |
| Binary | 10010001 | 10100110 | 11001010 | 11100 | 10010 | 0 | 10101 | 11011010 | 100011 | 1000100 |
Color Harmonies of #91A6CA
Complementary color
Monochromatic Colors of #91A6CA
Black with #91A6CA
Text Example
Text Example
White with #91A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6CA; }
p { color: rgb(145,166,202); }
H1.HeaderClassName
{
color: #91A6CA;
}
.AnyTagClassName
{
color: #91A6CA;
}
</style>
background-color css
<style>
a { background-color: #91A6CA; }
a { background-color: rgb(145,166,202); }
div.DivClassName
{
background-color: #91A6CA;
}
.BgClassName
{
background-color: #91A6CA;
}
</style>
border-color css
<style>
span { border-color: #91A6CA; }
span { border-color: rgb(145,166,202); }
td.TdClassName
{
border-color: #91A6CA;
}
.TagClassName
{
border-color: #91A6CA;
}
</style>