Shades of Polo Blue #91A6CB
Tints of Polo Blue #91A6CB
RGB
CMYK
RGB Variations
Color information
#91A6CB (or 0x91A6CB) is known color: Polo Blue. HEX triplet: 91, A6 and CB. RGB value is (145,166,203). Sum of RGB (Red+Green+Blue) = 145+166+203=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #91A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6CB is #6E5934. Grayscale: #A3A3A3. Windows color (decimal): -7231797 or 13346449. OLE color: 13346449.
HSL color Cylindrical-coordinate representation of color #91A6CB: hue angle of 218.28º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91A6CB is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 166 | 203 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.20 |
| HSL | 218.28º | 0.36% | 0.68% | - |
| HSV(B) | 218.28º | 0.29% | 0.8% | - |
| XYZ | 36.09 | 37.6 | 61.86 | - |
| YUV | 163.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 203 | 0.29 | 0.18 | 0 | 0.20 | 218.28 | 0.36 | 0.68 |
| Hex | 91 | A6 | CB | 1D | 12 | 0 | 14 | DA | 24 | 44 |
| Octal | 221 | 246 | 313 | 35 | 22 | 0 | 24 | 332 | 44 | 104 |
| Binary | 10010001 | 10100110 | 11001011 | 11101 | 10010 | 0 | 10100 | 11011010 | 100100 | 1000100 |
Color Harmonies of #91A6CB
Complementary color
Monochromatic Colors of #91A6CB
Black with #91A6CB
Text Example
Text Example
White with #91A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6CB; }
p { color: rgb(145,166,203); }
H1.HeaderClassName
{
color: #91A6CB;
}
.AnyTagClassName
{
color: #91A6CB;
}
</style>
background-color css
<style>
a { background-color: #91A6CB; }
a { background-color: rgb(145,166,203); }
div.DivClassName
{
background-color: #91A6CB;
}
.BgClassName
{
background-color: #91A6CB;
}
</style>
border-color css
<style>
span { border-color: #91A6CB; }
span { border-color: rgb(145,166,203); }
td.TdClassName
{
border-color: #91A6CB;
}
.TagClassName
{
border-color: #91A6CB;
}
</style>