Shades of Polo Blue #91A2CF
Tints of Polo Blue #91A2CF
RGB
CMYK
RGB Variations
Color information
#91A2CF (or 0x91A2CF) is known color: Polo Blue. HEX triplet: 91, A2 and CF. RGB value is (145,162,207). Sum of RGB (Red+Green+Blue) = 145+162+207=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #91A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A2CF is #6E5D30. Grayscale: #A1A1A1. Windows color (decimal): -7232817 or 13607569. OLE color: 13607569.
HSL color Cylindrical-coordinate representation of color #91A2CF: hue angle of 223.55º degrees, saturation: 0.39, 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 #91A2CF is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 162 | 207 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.19 |
| HSL | 223.55º | 0.39% | 0.69% | - |
| HSV(B) | 223.55º | 0.3% | 0.81% | - |
| XYZ | 35.86 | 36.37 | 64.16 | - |
| YUV | 162.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 207 | 0.30 | 0.22 | 0 | 0.19 | 223.55 | 0.39 | 0.69 |
| Hex | 91 | A2 | CF | 1E | 16 | 0 | 13 | E0 | 27 | 45 |
| Octal | 221 | 242 | 317 | 36 | 26 | 0 | 23 | 340 | 47 | 105 |
| Binary | 10010001 | 10100010 | 11001111 | 11110 | 10110 | 0 | 10011 | 11100000 | 100111 | 1000101 |
Color Harmonies of #91A2CF
Complementary color
Monochromatic Colors of #91A2CF
Black with #91A2CF
Text Example
Text Example
White with #91A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A2CF; }
p { color: rgb(145,162,207); }
H1.HeaderClassName
{
color: #91A2CF;
}
.AnyTagClassName
{
color: #91A2CF;
}
</style>
background-color css
<style>
a { background-color: #91A2CF; }
a { background-color: rgb(145,162,207); }
div.DivClassName
{
background-color: #91A2CF;
}
.BgClassName
{
background-color: #91A2CF;
}
</style>
border-color css
<style>
span { border-color: #91A2CF; }
span { border-color: rgb(145,162,207); }
td.TdClassName
{
border-color: #91A2CF;
}
.TagClassName
{
border-color: #91A2CF;
}
</style>