Shades of Polo Blue #91A7C3
Tints of Polo Blue #91A7C3
RGB
CMYK
RGB Variations
Color information
#91A7C3 (or 0x91A7C3) is known color: Polo Blue. HEX triplet: 91, A7 and C3. RGB value is (145,167,195). Sum of RGB (Red+Green+Blue) = 145+167+195=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #91A7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A7C3 is #6E583C. Grayscale: #A3A3A3. Windows color (decimal): -7231549 or 12822417. OLE color: 12822417.
HSL color Cylindrical-coordinate representation of color #91A7C3: hue angle of 213.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91A7C3 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 167 | 195 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.24 |
| HSL | 213.6º | 0.29% | 0.67% | - |
| HSV(B) | 213.6º | 0.26% | 0.76% | - |
| XYZ | 35.35 | 37.6 | 57.02 | - |
| YUV | 163.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 195 | 0.26 | 0.14 | 0 | 0.24 | 213.6 | 0.29 | 0.67 |
| Hex | 91 | A7 | C3 | 1A | E | 0 | 18 | D6 | 1D | 43 |
| Octal | 221 | 247 | 303 | 32 | 16 | 0 | 30 | 326 | 35 | 103 |
| Binary | 10010001 | 10100111 | 11000011 | 11010 | 1110 | 0 | 11000 | 11010110 | 11101 | 1000011 |
Color Harmonies of #91A7C3
Complementary color
Monochromatic Colors of #91A7C3
Black with #91A7C3
Text Example
Text Example
White with #91A7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A7C3; }
p { color: rgb(145,167,195); }
H1.HeaderClassName
{
color: #91A7C3;
}
.AnyTagClassName
{
color: #91A7C3;
}
</style>
background-color css
<style>
a { background-color: #91A7C3; }
a { background-color: rgb(145,167,195); }
div.DivClassName
{
background-color: #91A7C3;
}
.BgClassName
{
background-color: #91A7C3;
}
</style>
border-color css
<style>
span { border-color: #91A7C3; }
span { border-color: rgb(145,167,195); }
td.TdClassName
{
border-color: #91A7C3;
}
.TagClassName
{
border-color: #91A7C3;
}
</style>