Shades of Grey Suit #9B94A9
Tints of Grey Suit #9B94A9
RGB
CMYK
RGB Variations
Color information
#9B94A9 (or 0x9B94A9) is known color: Grey Suit. HEX triplet: 9B, 94 and A9. RGB value is (155,148,169). Sum of RGB (Red+Green+Blue) = 155+148+169=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B94A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B94A9 is #646B56. Grayscale: #989898. Windows color (decimal): -6581079 or 11113627. OLE color: 11113627.
HSL color Cylindrical-coordinate representation of color #9B94A9: hue angle of 260º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B94A9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 148 | 169 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.34 |
| HSL | 260º | 0.11% | 0.62% | - |
| HSV(B) | 260º | 0.12% | 0.66% | - |
| XYZ | 31.27 | 31.01 | 41.87 | - |
| YUV | 152.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 169 | 0.08 | 0.12 | 0 | 0.34 | 260 | 0.11 | 0.62 |
| Hex | 9B | 94 | A9 | 8 | C | 0 | 22 | 104 | B | 3E |
| Octal | 233 | 224 | 251 | 10 | 14 | 0 | 42 | 404 | 13 | 76 |
| Binary | 10011011 | 10010100 | 10101001 | 1000 | 1100 | 0 | 100010 | 100000100 | 1011 | 111110 |
Color Harmonies of #9B94A9
Complementary color
Monochromatic Colors of #9B94A9
Black with #9B94A9
Text Example
Text Example
White with #9B94A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B94A9; }
p { color: rgb(155,148,169); }
H1.HeaderClassName
{
color: #9B94A9;
}
.AnyTagClassName
{
color: #9B94A9;
}
</style>
background-color css
<style>
a { background-color: #9B94A9; }
a { background-color: rgb(155,148,169); }
div.DivClassName
{
background-color: #9B94A9;
}
.BgClassName
{
background-color: #9B94A9;
}
</style>
border-color css
<style>
span { border-color: #9B94A9; }
span { border-color: rgb(155,148,169); }
td.TdClassName
{
border-color: #9B94A9;
}
.TagClassName
{
border-color: #9B94A9;
}
</style>