Shades of Grey Suit #9187AE
Tints of Grey Suit #9187AE
RGB
CMYK
RGB Variations
Color information
#9187AE (or 0x9187AE) is known color: Grey Suit. HEX triplet: 91, 87 and AE. RGB value is (145,135,174). Sum of RGB (Red+Green+Blue) = 145+135+174=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #9187AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9187AE is #6E7851. Grayscale: #8E8E8E. Windows color (decimal): -7239762 or 11437969. OLE color: 11437969.
HSL color Cylindrical-coordinate representation of color #9187AE: hue angle of 255.38º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9187AE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 135 | 174 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.32 |
| HSL | 255.38º | 0.19% | 0.61% | - |
| HSV(B) | 255.38º | 0.22% | 0.68% | - |
| XYZ | 27.98 | 26.4 | 43.67 | - |
| YUV | 142.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 174 | 0.17 | 0.22 | 0 | 0.32 | 255.38 | 0.19 | 0.61 |
| Hex | 91 | 87 | AE | 11 | 16 | 0 | 20 | FF | 13 | 3D |
| Octal | 221 | 207 | 256 | 21 | 26 | 0 | 40 | 377 | 23 | 75 |
| Binary | 10010001 | 10000111 | 10101110 | 10001 | 10110 | 0 | 100000 | 11111111 | 10011 | 111101 |
Color Harmonies of #9187AE
Complementary color
Monochromatic Colors of #9187AE
Black with #9187AE
Text Example
Text Example
White with #9187AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187AE; }
p { color: rgb(145,135,174); }
H1.HeaderClassName
{
color: #9187AE;
}
.AnyTagClassName
{
color: #9187AE;
}
</style>
background-color css
<style>
a { background-color: #9187AE; }
a { background-color: rgb(145,135,174); }
div.DivClassName
{
background-color: #9187AE;
}
.BgClassName
{
background-color: #9187AE;
}
</style>
border-color css
<style>
span { border-color: #9187AE; }
span { border-color: rgb(145,135,174); }
td.TdClassName
{
border-color: #9187AE;
}
.TagClassName
{
border-color: #9187AE;
}
</style>