Shades of Polo Blue #91A8D7
Tints of Polo Blue #91A8D7
RGB
CMYK
RGB Variations
Color information
#91A8D7 (or 0x91A8D7) is known color: Polo Blue. HEX triplet: 91, A8 and D7. RGB value is (145,168,215). Sum of RGB (Red+Green+Blue) = 145+168+215=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #91A8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8D7 is #6E5728. Grayscale: #A6A6A6. Windows color (decimal): -7231273 or 14133393. OLE color: 14133393.
HSL color Cylindrical-coordinate representation of color #91A8D7: hue angle of 220.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91A8D7 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 168 | 215 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.16 |
| HSL | 220.29º | 0.47% | 0.71% | - |
| HSV(B) | 220.29º | 0.33% | 0.84% | - |
| XYZ | 37.95 | 38.93 | 69.8 | - |
| YUV | 166.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 215 | 0.33 | 0.22 | 0 | 0.16 | 220.29 | 0.47 | 0.71 |
| Hex | 91 | A8 | D7 | 21 | 16 | 0 | 10 | DC | 2F | 47 |
| Octal | 221 | 250 | 327 | 41 | 26 | 0 | 20 | 334 | 57 | 107 |
| Binary | 10010001 | 10101000 | 11010111 | 100001 | 10110 | 0 | 10000 | 11011100 | 101111 | 1000111 |
Color Harmonies of #91A8D7
Complementary color
Monochromatic Colors of #91A8D7
Black with #91A8D7
Text Example
Text Example
White with #91A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8D7; }
p { color: rgb(145,168,215); }
H1.HeaderClassName
{
color: #91A8D7;
}
.AnyTagClassName
{
color: #91A8D7;
}
</style>
background-color css
<style>
a { background-color: #91A8D7; }
a { background-color: rgb(145,168,215); }
div.DivClassName
{
background-color: #91A8D7;
}
.BgClassName
{
background-color: #91A8D7;
}
</style>
border-color css
<style>
span { border-color: #91A8D7; }
span { border-color: rgb(145,168,215); }
td.TdClassName
{
border-color: #91A8D7;
}
.TagClassName
{
border-color: #91A8D7;
}
</style>