Shades of Grey Suit #96949B
Tints of Grey Suit #96949B
RGB
CMYK
RGB Variations
Color information
#96949B (or 0x96949B) is known color: Grey Suit. HEX triplet: 96, 94 and 9B. RGB value is (150,148,155). Sum of RGB (Red+Green+Blue) = 150+148+155=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #96949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96949B is #696B64. Grayscale: #959595. Windows color (decimal): -6908773 or 10196118. OLE color: 10196118.
HSL color Cylindrical-coordinate representation of color #96949B: hue angle of 257.14º 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 #96949B is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 148 | 155 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.39 |
| HSL | 257.14º | 0.03% | 0.59% | - |
| HSV(B) | 257.14º | 0.05% | 0.61% | - |
| XYZ | 29.08 | 30.03 | 35.27 | - |
| YUV | 149.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 155 | 0.03 | 0.05 | 0 | 0.39 | 257.14 | 0.03 | 0.59 |
| Hex | 96 | 94 | 9B | 3 | 5 | 0 | 27 | 101 | 3 | 3B |
| Octal | 226 | 224 | 233 | 3 | 5 | 0 | 47 | 401 | 3 | 73 |
| Binary | 10010110 | 10010100 | 10011011 | 11 | 101 | 0 | 100111 | 100000001 | 11 | 111011 |
Color Harmonies of #96949B
Complementary color
Monochromatic Colors of #96949B
Black with #96949B
Text Example
Text Example
White with #96949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96949B; }
p { color: rgb(150,148,155); }
H1.HeaderClassName
{
color: #96949B;
}
.AnyTagClassName
{
color: #96949B;
}
</style>
background-color css
<style>
a { background-color: #96949B; }
a { background-color: rgb(150,148,155); }
div.DivClassName
{
background-color: #96949B;
}
.BgClassName
{
background-color: #96949B;
}
</style>
border-color css
<style>
span { border-color: #96949B; }
span { border-color: rgb(150,148,155); }
td.TdClassName
{
border-color: #96949B;
}
.TagClassName
{
border-color: #96949B;
}
</style>