Shades of Grey Suit #96949F
Tints of Grey Suit #96949F
RGB
CMYK
RGB Variations
Color information
#96949F (or 0x96949F) is known color: Grey Suit. HEX triplet: 96, 94 and 9F. RGB value is (150,148,159). Sum of RGB (Red+Green+Blue) = 150+148+159=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 159 - color contains mainly: blue. Hex color #96949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96949F is #696B60. Grayscale: #959595. Windows color (decimal): -6908769 or 10458262. OLE color: 10458262.
HSL color Cylindrical-coordinate representation of color #96949F: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96949F is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 148 | 159 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.38 |
| HSL | 250.91º | 0.05% | 0.6% | - |
| HSV(B) | 250.91º | 0.07% | 0.62% | - |
| XYZ | 29.43 | 30.17 | 37.07 | - |
| YUV | 149.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 159 | 0.06 | 0.07 | 0 | 0.38 | 250.91 | 0.05 | 0.6 |
| Hex | 96 | 94 | 9F | 6 | 7 | 0 | 26 | FB | 5 | 3C |
| Octal | 226 | 224 | 237 | 6 | 7 | 0 | 46 | 373 | 5 | 74 |
| Binary | 10010110 | 10010100 | 10011111 | 110 | 111 | 0 | 100110 | 11111011 | 101 | 111100 |
Color Harmonies of #96949F
Complementary color
Monochromatic Colors of #96949F
Black with #96949F
Text Example
Text Example
White with #96949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96949F; }
p { color: rgb(150,148,159); }
H1.HeaderClassName
{
color: #96949F;
}
.AnyTagClassName
{
color: #96949F;
}
</style>
background-color css
<style>
a { background-color: #96949F; }
a { background-color: rgb(150,148,159); }
div.DivClassName
{
background-color: #96949F;
}
.BgClassName
{
background-color: #96949F;
}
</style>
border-color css
<style>
span { border-color: #96949F; }
span { border-color: rgb(150,148,159); }
td.TdClassName
{
border-color: #96949F;
}
.TagClassName
{
border-color: #96949F;
}
</style>