Shades of Grey Suit #9189B2
Tints of Grey Suit #9189B2
RGB
CMYK
RGB Variations
Color information
#9189B2 (or 0x9189B2) is known color: Grey Suit. HEX triplet: 91, 89 and B2. RGB value is (145,137,178). Sum of RGB (Red+Green+Blue) = 145+137+178=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #9189B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9189B2 is #6E764D. Grayscale: #8F8F8F. Windows color (decimal): -7239246 or 11700625. OLE color: 11700625.
HSL color Cylindrical-coordinate representation of color #9189B2: hue angle of 251.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9189B2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 137 | 178 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.30 |
| HSL | 251.71º | 0.21% | 0.62% | - |
| HSV(B) | 251.71º | 0.23% | 0.7% | - |
| XYZ | 28.66 | 27.13 | 45.84 | - |
| YUV | 144.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 178 | 0.19 | 0.23 | 0 | 0.30 | 251.71 | 0.21 | 0.62 |
| Hex | 91 | 89 | B2 | 13 | 17 | 0 | 1E | FC | 15 | 3E |
| Octal | 221 | 211 | 262 | 23 | 27 | 0 | 36 | 374 | 25 | 76 |
| Binary | 10010001 | 10001001 | 10110010 | 10011 | 10111 | 0 | 11110 | 11111100 | 10101 | 111110 |
Color Harmonies of #9189B2
Complementary color
Monochromatic Colors of #9189B2
Black with #9189B2
Text Example
Text Example
White with #9189B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189B2; }
p { color: rgb(145,137,178); }
H1.HeaderClassName
{
color: #9189B2;
}
.AnyTagClassName
{
color: #9189B2;
}
</style>
background-color css
<style>
a { background-color: #9189B2; }
a { background-color: rgb(145,137,178); }
div.DivClassName
{
background-color: #9189B2;
}
.BgClassName
{
background-color: #9189B2;
}
</style>
border-color css
<style>
span { border-color: #9189B2; }
span { border-color: rgb(145,137,178); }
td.TdClassName
{
border-color: #9189B2;
}
.TagClassName
{
border-color: #9189B2;
}
</style>