Shades of Grey Suit #94949B
Tints of Grey Suit #94949B
RGB
CMYK
RGB Variations
Color information
#94949B (or 0x94949B) is known color: Grey Suit. HEX triplet: 94, 94 and 9B. RGB value is (148,148,155). Sum of RGB (Red+Green+Blue) = 148+148+155=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #94949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94949B is #6B6B64. Grayscale: #949494. Windows color (decimal): -7039845 or 10196116. OLE color: 10196116.
HSL color Cylindrical-coordinate representation of color #94949B: hue angle of 240º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #94949B is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 148 | 155 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.39 |
| HSL | 240º | 0.03% | 0.59% | - |
| HSV(B) | 240º | 0.05% | 0.61% | - |
| XYZ | 28.72 | 29.84 | 35.26 | - |
| YUV | 148.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 155 | 0.05 | 0.05 | 0 | 0.39 | 240 | 0.03 | 0.59 |
| Hex | 94 | 94 | 9B | 5 | 5 | 0 | 27 | F0 | 3 | 3B |
| Octal | 224 | 224 | 233 | 5 | 5 | 0 | 47 | 360 | 3 | 73 |
| Binary | 10010100 | 10010100 | 10011011 | 101 | 101 | 0 | 100111 | 11110000 | 11 | 111011 |
Color Harmonies of #94949B
Complementary color
Monochromatic Colors of #94949B
Black with #94949B
Text Example
Text Example
White with #94949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94949B; }
p { color: rgb(148,148,155); }
H1.HeaderClassName
{
color: #94949B;
}
.AnyTagClassName
{
color: #94949B;
}
</style>
background-color css
<style>
a { background-color: #94949B; }
a { background-color: rgb(148,148,155); }
div.DivClassName
{
background-color: #94949B;
}
.BgClassName
{
background-color: #94949B;
}
</style>
border-color css
<style>
span { border-color: #94949B; }
span { border-color: rgb(148,148,155); }
td.TdClassName
{
border-color: #94949B;
}
.TagClassName
{
border-color: #94949B;
}
</style>