Shades of Nobel #9E9493
Tints of Nobel #9E9493
RGB
CMYK
RGB Variations
Color information
#9E9493 (or 0x9E9493) is known color: Nobel. HEX triplet: 9E, 94 and 93. RGB value is (158,148,147). Sum of RGB (Red+Green+Blue) = 158+148+147=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9493 is #616B6C. Grayscale: #969696. Windows color (decimal): -6384493 or 9671838. OLE color: 9671838.
HSL color Cylindrical-coordinate representation of color #9E9493: hue angle of 5.45º 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 #9E9493 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 147 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.38 |
| HSL | 5.45º | 0.05% | 0.6% | - |
| HSV(B) | 5.45º | 0.07% | 0.62% | - |
| XYZ | 29.96 | 30.56 | 31.92 | - |
| YUV | 150.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 147 | 0 | 0.06 | 0.07 | 0.38 | 5.45 | 0.05 | 0.6 |
| Hex | 9E | 94 | 93 | 0 | 6 | 7 | 26 | 5 | 5 | 3C |
| Octal | 236 | 224 | 223 | 0 | 6 | 7 | 46 | 5 | 5 | 74 |
| Binary | 10011110 | 10010100 | 10010011 | 0 | 110 | 111 | 100110 | 101 | 101 | 111100 |
Color Harmonies of #9E9493
Complementary color
Monochromatic Colors of #9E9493
Black with #9E9493
Text Example
Text Example
White with #9E9493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9493; }
p { color: rgb(158,148,147); }
H1.HeaderClassName
{
color: #9E9493;
}
.AnyTagClassName
{
color: #9E9493;
}
</style>
background-color css
<style>
a { background-color: #9E9493; }
a { background-color: rgb(158,148,147); }
div.DivClassName
{
background-color: #9E9493;
}
.BgClassName
{
background-color: #9E9493;
}
</style>
border-color css
<style>
span { border-color: #9E9493; }
span { border-color: rgb(158,148,147); }
td.TdClassName
{
border-color: #9E9493;
}
.TagClassName
{
border-color: #9E9493;
}
</style>