Shades of Polo Blue #91A6CF
Tints of Polo Blue #91A6CF
RGB
CMYK
RGB Variations
Color information
#91A6CF (or 0x91A6CF) is known color: Polo Blue. HEX triplet: 91, A6 and CF. RGB value is (145,166,207). Sum of RGB (Red+Green+Blue) = 145+166+207=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #91A6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6CF is #6E5930. Grayscale: #A4A4A4. Windows color (decimal): -7231793 or 13608593. OLE color: 13608593.
HSL color Cylindrical-coordinate representation of color #91A6CF: hue angle of 219.68º 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 #91A6CF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 166 | 207 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.19 |
| HSL | 219.68º | 0.39% | 0.69% | - |
| HSV(B) | 219.68º | 0.3% | 0.81% | - |
| XYZ | 36.58 | 37.8 | 64.4 | - |
| YUV | 164.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 207 | 0.30 | 0.20 | 0 | 0.19 | 219.68 | 0.39 | 0.69 |
| Hex | 91 | A6 | CF | 1E | 14 | 0 | 13 | DC | 27 | 45 |
| Octal | 221 | 246 | 317 | 36 | 24 | 0 | 23 | 334 | 47 | 105 |
| Binary | 10010001 | 10100110 | 11001111 | 11110 | 10100 | 0 | 10011 | 11011100 | 100111 | 1000101 |
Color Harmonies of #91A6CF
Complementary color
Monochromatic Colors of #91A6CF
Black with #91A6CF
Text Example
Text Example
White with #91A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6CF; }
p { color: rgb(145,166,207); }
H1.HeaderClassName
{
color: #91A6CF;
}
.AnyTagClassName
{
color: #91A6CF;
}
</style>
background-color css
<style>
a { background-color: #91A6CF; }
a { background-color: rgb(145,166,207); }
div.DivClassName
{
background-color: #91A6CF;
}
.BgClassName
{
background-color: #91A6CF;
}
</style>
border-color css
<style>
span { border-color: #91A6CF; }
span { border-color: rgb(145,166,207); }
td.TdClassName
{
border-color: #91A6CF;
}
.TagClassName
{
border-color: #91A6CF;
}
</style>