Shades of Grey Suit #98969C
Tints of Grey Suit #98969C
RGB
CMYK
RGB Variations
Color information
#98969C (or 0x98969C) is known color: Grey Suit. HEX triplet: 98, 96 and 9C. RGB value is (152,150,156). Sum of RGB (Red+Green+Blue) = 152+150+156=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #98969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98969C is #676963. Grayscale: #979797. Windows color (decimal): -6777188 or 10262168. OLE color: 10262168.
HSL color Cylindrical-coordinate representation of color #98969C: hue angle of 260º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #98969C is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 150 | 156 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.39 |
| HSL | 260º | 0.03% | 0.6% | - |
| HSV(B) | 260º | 0.04% | 0.61% | - |
| XYZ | 29.86 | 30.89 | 35.84 | - |
| YUV | 151.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 156 | 0.03 | 0.04 | 0 | 0.39 | 260 | 0.03 | 0.6 |
| Hex | 98 | 96 | 9C | 3 | 4 | 0 | 27 | 104 | 3 | 3C |
| Octal | 230 | 226 | 234 | 3 | 4 | 0 | 47 | 404 | 3 | 74 |
| Binary | 10011000 | 10010110 | 10011100 | 11 | 100 | 0 | 100111 | 100000100 | 11 | 111100 |
Color Harmonies of #98969C
Complementary color
Monochromatic Colors of #98969C
Black with #98969C
Text Example
Text Example
White with #98969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98969C; }
p { color: rgb(152,150,156); }
H1.HeaderClassName
{
color: #98969C;
}
.AnyTagClassName
{
color: #98969C;
}
</style>
background-color css
<style>
a { background-color: #98969C; }
a { background-color: rgb(152,150,156); }
div.DivClassName
{
background-color: #98969C;
}
.BgClassName
{
background-color: #98969C;
}
</style>
border-color css
<style>
span { border-color: #98969C; }
span { border-color: rgb(152,150,156); }
td.TdClassName
{
border-color: #98969C;
}
.TagClassName
{
border-color: #98969C;
}
</style>