Shades of Polo Blue #91A3CC
Tints of Polo Blue #91A3CC
RGB
CMYK
RGB Variations
Color information
#91A3CC (or 0x91A3CC) is known color: Polo Blue. HEX triplet: 91, A3 and CC. RGB value is (145,163,204). Sum of RGB (Red+Green+Blue) = 145+163+204=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #91A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3CC is #6E5C33. Grayscale: #A2A2A2. Windows color (decimal): -7232564 or 13411217. OLE color: 13411217.
HSL color Cylindrical-coordinate representation of color #91A3CC: hue angle of 221.69º degrees, saturation: 0.37, 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 #91A3CC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 163 | 204 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.2 |
| HSL | 221.69º | 0.37% | 0.68% | - |
| HSV(B) | 221.69º | 0.29% | 0.8% | - |
| XYZ | 35.67 | 36.57 | 62.31 | - |
| YUV | 162.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 204 | 0.29 | 0.20 | 0 | 0.2 | 221.69 | 0.37 | 0.68 |
| Hex | 91 | A3 | CC | 1D | 14 | 0 | 14 | DE | 25 | 44 |
| Octal | 221 | 243 | 314 | 35 | 24 | 0 | 24 | 336 | 45 | 104 |
| Binary | 10010001 | 10100011 | 11001100 | 11101 | 10100 | 0 | 10100 | 11011110 | 100101 | 1000100 |
Color Harmonies of #91A3CC
Complementary color
Monochromatic Colors of #91A3CC
Black with #91A3CC
Text Example
Text Example
White with #91A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A3CC; }
p { color: rgb(145,163,204); }
H1.HeaderClassName
{
color: #91A3CC;
}
.AnyTagClassName
{
color: #91A3CC;
}
</style>
background-color css
<style>
a { background-color: #91A3CC; }
a { background-color: rgb(145,163,204); }
div.DivClassName
{
background-color: #91A3CC;
}
.BgClassName
{
background-color: #91A3CC;
}
</style>
border-color css
<style>
span { border-color: #91A3CC; }
span { border-color: rgb(145,163,204); }
td.TdClassName
{
border-color: #91A3CC;
}
.TagClassName
{
border-color: #91A3CC;
}
</style>