Shades of Grey Suit #9187AB
Tints of Grey Suit #9187AB
RGB
CMYK
RGB Variations
Color information
#9187AB (or 0x9187AB) is known color: Grey Suit. HEX triplet: 91, 87 and AB. RGB value is (145,135,171). Sum of RGB (Red+Green+Blue) = 145+135+171=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9187AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9187AB is #6E7854. Grayscale: #8D8D8D. Windows color (decimal): -7239765 or 11241361. OLE color: 11241361.
HSL color Cylindrical-coordinate representation of color #9187AB: hue angle of 256.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9187AB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 135 | 171 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.33 |
| HSL | 256.67º | 0.18% | 0.6% | - |
| HSV(B) | 256.67º | 0.21% | 0.67% | - |
| XYZ | 27.69 | 26.29 | 42.14 | - |
| YUV | 142.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 171 | 0.15 | 0.21 | 0 | 0.33 | 256.67 | 0.18 | 0.6 |
| Hex | 91 | 87 | AB | F | 15 | 0 | 21 | 101 | 12 | 3C |
| Octal | 221 | 207 | 253 | 17 | 25 | 0 | 41 | 401 | 22 | 74 |
| Binary | 10010001 | 10000111 | 10101011 | 1111 | 10101 | 0 | 100001 | 100000001 | 10010 | 111100 |
Color Harmonies of #9187AB
Complementary color
Monochromatic Colors of #9187AB
Black with #9187AB
Text Example
Text Example
White with #9187AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187AB; }
p { color: rgb(145,135,171); }
H1.HeaderClassName
{
color: #9187AB;
}
.AnyTagClassName
{
color: #9187AB;
}
</style>
background-color css
<style>
a { background-color: #9187AB; }
a { background-color: rgb(145,135,171); }
div.DivClassName
{
background-color: #9187AB;
}
.BgClassName
{
background-color: #9187AB;
}
</style>
border-color css
<style>
span { border-color: #9187AB; }
span { border-color: rgb(145,135,171); }
td.TdClassName
{
border-color: #9187AB;
}
.TagClassName
{
border-color: #9187AB;
}
</style>