Shades of Grey Suit #98949F
Tints of Grey Suit #98949F
RGB
CMYK
RGB Variations
Color information
#98949F (or 0x98949F) is known color: Grey Suit. HEX triplet: 98, 94 and 9F. RGB value is (152,148,159). Sum of RGB (Red+Green+Blue) = 152+148+159=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 159 - color contains mainly: blue. Hex color #98949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98949F is #676B60. Grayscale: #969696. Windows color (decimal): -6777697 or 10458264. OLE color: 10458264.
HSL color Cylindrical-coordinate representation of color #98949F: hue angle of 261.82º 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 #98949F is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 148 | 159 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.38 |
| HSL | 261.82º | 0.05% | 0.6% | - |
| HSV(B) | 261.82º | 0.07% | 0.62% | - |
| XYZ | 29.8 | 30.36 | 37.09 | - |
| YUV | 150.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 159 | 0.04 | 0.07 | 0 | 0.38 | 261.82 | 0.05 | 0.6 |
| Hex | 98 | 94 | 9F | 4 | 7 | 0 | 26 | 106 | 5 | 3C |
| Octal | 230 | 224 | 237 | 4 | 7 | 0 | 46 | 406 | 5 | 74 |
| Binary | 10011000 | 10010100 | 10011111 | 100 | 111 | 0 | 100110 | 100000110 | 101 | 111100 |
Color Harmonies of #98949F
Complementary color
Monochromatic Colors of #98949F
Black with #98949F
Text Example
Text Example
White with #98949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98949F; }
p { color: rgb(152,148,159); }
H1.HeaderClassName
{
color: #98949F;
}
.AnyTagClassName
{
color: #98949F;
}
</style>
background-color css
<style>
a { background-color: #98949F; }
a { background-color: rgb(152,148,159); }
div.DivClassName
{
background-color: #98949F;
}
.BgClassName
{
background-color: #98949F;
}
</style>
border-color css
<style>
span { border-color: #98949F; }
span { border-color: rgb(152,148,159); }
td.TdClassName
{
border-color: #98949F;
}
.TagClassName
{
border-color: #98949F;
}
</style>