Shades of Polo Blue #91A5CF
Tints of Polo Blue #91A5CF
RGB
CMYK
RGB Variations
Color information
#91A5CF (or 0x91A5CF) is known color: Polo Blue. HEX triplet: 91, A5 and CF. RGB value is (145,165,207). Sum of RGB (Red+Green+Blue) = 145+165+207=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #91A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A5CF is #6E5A30. Grayscale: #A3A3A3. Windows color (decimal): -7232049 or 13608337. OLE color: 13608337.
HSL color Cylindrical-coordinate representation of color #91A5CF: hue angle of 220.65º 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 #91A5CF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 165 | 207 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.19 |
| HSL | 220.65º | 0.39% | 0.69% | - |
| HSV(B) | 220.65º | 0.3% | 0.81% | - |
| XYZ | 36.39 | 37.44 | 64.34 | - |
| YUV | 163.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 207 | 0.30 | 0.20 | 0 | 0.19 | 220.65 | 0.39 | 0.69 |
| Hex | 91 | A5 | CF | 1E | 14 | 0 | 13 | DD | 27 | 45 |
| Octal | 221 | 245 | 317 | 36 | 24 | 0 | 23 | 335 | 47 | 105 |
| Binary | 10010001 | 10100101 | 11001111 | 11110 | 10100 | 0 | 10011 | 11011101 | 100111 | 1000101 |
Color Harmonies of #91A5CF
Complementary color
Monochromatic Colors of #91A5CF
Black with #91A5CF
Text Example
Text Example
White with #91A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A5CF; }
p { color: rgb(145,165,207); }
H1.HeaderClassName
{
color: #91A5CF;
}
.AnyTagClassName
{
color: #91A5CF;
}
</style>
background-color css
<style>
a { background-color: #91A5CF; }
a { background-color: rgb(145,165,207); }
div.DivClassName
{
background-color: #91A5CF;
}
.BgClassName
{
background-color: #91A5CF;
}
</style>
border-color css
<style>
span { border-color: #91A5CF; }
span { border-color: rgb(145,165,207); }
td.TdClassName
{
border-color: #91A5CF;
}
.TagClassName
{
border-color: #91A5CF;
}
</style>