Shades of Grey Suit #949396
Tints of Grey Suit #949396
RGB
CMYK
RGB Variations
Color information
#949396 (or 0x949396) is known color: Grey Suit. HEX triplet: 94, 93 and 96. RGB value is (148,147,150). Sum of RGB (Red+Green+Blue) = 148+147+150=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 150 - color contains mainly: blue. Hex color #949396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949396 is #6B6C69. Grayscale: #939393. Windows color (decimal): -7040106 or 9868180. OLE color: 9868180.
HSL color Cylindrical-coordinate representation of color #949396: hue angle of 260º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #949396 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
RGB | 148 | 147 | 150 | - |
CMYK | 0.01 | 0.02 | 0 | 0.41 |
HSL | 260º | 0.01% | 0.58% | - |
HSV(B) | 260º | 0.02% | 0.59% | - |
XYZ | 28.15 | 29.37 | 33.04 | - |
YUV | 147.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 147 | 150 | 0.01 | 0.02 | 0 | 0.41 | 260 | 0.01 | 0.58 |
Hex | 94 | 93 | 96 | 1 | 2 | 0 | 29 | 104 | 1 | 3A |
Octal | 224 | 223 | 226 | 1 | 2 | 0 | 51 | 404 | 1 | 72 |
Binary | 10010100 | 10010011 | 10010110 | 1 | 10 | 0 | 101001 | 100000100 | 1 | 111010 |
Color Harmonies of #949396
Complementary color
Monochromatic Colors of #949396
Black with #949396
Text Example
Text Example
White with #949396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949396; }
p { color: rgb(148,147,150); }
H1.HeaderClassName
{
color: #949396;
}
.AnyTagClassName
{
color: #949396;
}
</style>
background-color css
<style>
a { background-color: #949396; }
a { background-color: rgb(148,147,150); }
div.DivClassName
{
background-color: #949396;
}
.BgClassName
{
background-color: #949396;
}
</style>
border-color css
<style>
span { border-color: #949396; }
span { border-color: rgb(148,147,150); }
td.TdClassName
{
border-color: #949396;
}
.TagClassName
{
border-color: #949396;
}
</style>