Shades of Grey Suit #9188AF
Tints of Grey Suit #9188AF
RGB
CMYK
RGB Variations
Color information
#9188AF (or 0x9188AF) is known color: Grey Suit. HEX triplet: 91, 88 and AF. RGB value is (145,136,175). Sum of RGB (Red+Green+Blue) = 145+136+175=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9188AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9188AF is #6E7750. Grayscale: #8E8E8E. Windows color (decimal): -7239505 or 11503761. OLE color: 11503761.
HSL color Cylindrical-coordinate representation of color #9188AF: hue angle of 253.85º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9188AF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 136 | 175 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.31 |
| HSL | 253.85º | 0.2% | 0.61% | - |
| HSV(B) | 253.85º | 0.22% | 0.69% | - |
| XYZ | 28.22 | 26.72 | 44.23 | - |
| YUV | 143.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 175 | 0.17 | 0.22 | 0 | 0.31 | 253.85 | 0.2 | 0.61 |
| Hex | 91 | 88 | AF | 11 | 16 | 0 | 1F | FE | 14 | 3D |
| Octal | 221 | 210 | 257 | 21 | 26 | 0 | 37 | 376 | 24 | 75 |
| Binary | 10010001 | 10001000 | 10101111 | 10001 | 10110 | 0 | 11111 | 11111110 | 10100 | 111101 |
Color Harmonies of #9188AF
Complementary color
Monochromatic Colors of #9188AF
Black with #9188AF
Text Example
Text Example
White with #9188AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188AF; }
p { color: rgb(145,136,175); }
H1.HeaderClassName
{
color: #9188AF;
}
.AnyTagClassName
{
color: #9188AF;
}
</style>
background-color css
<style>
a { background-color: #9188AF; }
a { background-color: rgb(145,136,175); }
div.DivClassName
{
background-color: #9188AF;
}
.BgClassName
{
background-color: #9188AF;
}
</style>
border-color css
<style>
span { border-color: #9188AF; }
span { border-color: rgb(145,136,175); }
td.TdClassName
{
border-color: #9188AF;
}
.TagClassName
{
border-color: #9188AF;
}
</style>