Shades of Grey Suit #9B94AA
Tints of Grey Suit #9B94AA
RGB
CMYK
RGB Variations
Color information
#9B94AA (or 0x9B94AA) is known color: Grey Suit. HEX triplet: 9B, 94 and AA. RGB value is (155,148,170). Sum of RGB (Red+Green+Blue) = 155+148+170=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B94AA is #646B55. Grayscale: #989898. Windows color (decimal): -6581078 or 11179163. OLE color: 11179163.
HSL color Cylindrical-coordinate representation of color #9B94AA: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B94AA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 148 | 170 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.33 |
| HSL | 259.09º | 0.11% | 0.62% | - |
| HSV(B) | 259.09º | 0.13% | 0.67% | - |
| XYZ | 31.36 | 31.05 | 42.37 | - |
| YUV | 152.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 170 | 0.09 | 0.13 | 0 | 0.33 | 259.09 | 0.11 | 0.62 |
| Hex | 9B | 94 | AA | 9 | D | 0 | 21 | 103 | B | 3E |
| Octal | 233 | 224 | 252 | 11 | 15 | 0 | 41 | 403 | 13 | 76 |
| Binary | 10011011 | 10010100 | 10101010 | 1001 | 1101 | 0 | 100001 | 100000011 | 1011 | 111110 |
Color Harmonies of #9B94AA
Complementary color
Monochromatic Colors of #9B94AA
Black with #9B94AA
Text Example
Text Example
White with #9B94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B94AA; }
p { color: rgb(155,148,170); }
H1.HeaderClassName
{
color: #9B94AA;
}
.AnyTagClassName
{
color: #9B94AA;
}
</style>
background-color css
<style>
a { background-color: #9B94AA; }
a { background-color: rgb(155,148,170); }
div.DivClassName
{
background-color: #9B94AA;
}
.BgClassName
{
background-color: #9B94AA;
}
</style>
border-color css
<style>
span { border-color: #9B94AA; }
span { border-color: rgb(155,148,170); }
td.TdClassName
{
border-color: #9B94AA;
}
.TagClassName
{
border-color: #9B94AA;
}
</style>