Shades of Nobel #989191
Tints of Nobel #989191
RGB
CMYK
RGB Variations
Color information
#989191 (or 0x989191) is known color: Nobel. HEX triplet: 98, 91 and 91. RGB value is (152,145,145). Sum of RGB (Red+Green+Blue) = 152+145+145=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 152 - color contains mainly: red. Hex color #989191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989191 is #676E6E. Grayscale: #939393. Windows color (decimal): -6778479 or 9539992. OLE color: 9539992.
HSL color Cylindrical-coordinate representation of color #989191: hue angle of 0º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989191 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 145 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.40 |
| HSL | 0º | 0.03% | 0.58% | - |
| HSV(B) | 0º | 0.05% | 0.6% | - |
| XYZ | 28.19 | 28.97 | 30.89 | - |
| YUV | 147.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 145 | 0 | 0.05 | 0.05 | 0.40 | 0 | 0.03 | 0.58 |
| Hex | 98 | 91 | 91 | 0 | 5 | 5 | 28 | 0 | 3 | 3A |
| Octal | 230 | 221 | 221 | 0 | 5 | 5 | 50 | 0 | 3 | 72 |
| Binary | 10011000 | 10010001 | 10010001 | 0 | 101 | 101 | 101000 | 0 | 11 | 111010 |
Color Harmonies of #989191
Complementary color
Monochromatic Colors of #989191
Black with #989191
Text Example
Text Example
White with #989191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989191; }
p { color: rgb(152,145,145); }
H1.HeaderClassName
{
color: #989191;
}
.AnyTagClassName
{
color: #989191;
}
</style>
background-color css
<style>
a { background-color: #989191; }
a { background-color: rgb(152,145,145); }
div.DivClassName
{
background-color: #989191;
}
.BgClassName
{
background-color: #989191;
}
</style>
border-color css
<style>
span { border-color: #989191; }
span { border-color: rgb(152,145,145); }
td.TdClassName
{
border-color: #989191;
}
.TagClassName
{
border-color: #989191;
}
</style>