Shades of Polo Blue #91A7C9
Tints of Polo Blue #91A7C9
RGB
CMYK
RGB Variations
Color information
#91A7C9 (or 0x91A7C9) is known color: Polo Blue. HEX triplet: 91, A7 and C9. RGB value is (145,167,201). Sum of RGB (Red+Green+Blue) = 145+167+201=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #91A7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A7C9 is #6E5836. Grayscale: #A4A4A4. Windows color (decimal): -7231543 or 13215633. OLE color: 13215633.
HSL color Cylindrical-coordinate representation of color #91A7C9: hue angle of 216.43º 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 #91A7C9 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 167 | 201 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.21 |
| HSL | 216.43º | 0.34% | 0.68% | - |
| HSV(B) | 216.43º | 0.28% | 0.79% | - |
| XYZ | 36.04 | 37.87 | 60.67 | - |
| YUV | 164.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 201 | 0.28 | 0.17 | 0 | 0.21 | 216.43 | 0.34 | 0.68 |
| Hex | 91 | A7 | C9 | 1C | 11 | 0 | 15 | D8 | 22 | 44 |
| Octal | 221 | 247 | 311 | 34 | 21 | 0 | 25 | 330 | 42 | 104 |
| Binary | 10010001 | 10100111 | 11001001 | 11100 | 10001 | 0 | 10101 | 11011000 | 100010 | 1000100 |
Color Harmonies of #91A7C9
Complementary color
Monochromatic Colors of #91A7C9
Black with #91A7C9
Text Example
Text Example
White with #91A7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A7C9; }
p { color: rgb(145,167,201); }
H1.HeaderClassName
{
color: #91A7C9;
}
.AnyTagClassName
{
color: #91A7C9;
}
</style>
background-color css
<style>
a { background-color: #91A7C9; }
a { background-color: rgb(145,167,201); }
div.DivClassName
{
background-color: #91A7C9;
}
.BgClassName
{
background-color: #91A7C9;
}
</style>
border-color css
<style>
span { border-color: #91A7C9; }
span { border-color: rgb(145,167,201); }
td.TdClassName
{
border-color: #91A7C9;
}
.TagClassName
{
border-color: #91A7C9;
}
</style>