Shades of Nobel #9B9594
Tints of Nobel #9B9594
RGB
CMYK
RGB Variations
Color information
#9B9594 (or 0x9B9594) is known color: Nobel. HEX triplet: 9B, 95 and 94. RGB value is (155,149,148). Sum of RGB (Red+Green+Blue) = 155+149+148=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9594 is #646A6B. Grayscale: #969696. Windows color (decimal): -6580844 or 9737627. OLE color: 9737627.
HSL color Cylindrical-coordinate representation of color #9B9594: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B9594 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 148 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.39 |
| HSL | 8.57º | 0.03% | 0.59% | - |
| HSV(B) | 8.57º | 0.05% | 0.61% | - |
| XYZ | 29.61 | 30.6 | 32.36 | - |
| YUV | 150.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 148 | 0 | 0.04 | 0.05 | 0.39 | 8.57 | 0.03 | 0.59 |
| Hex | 9B | 95 | 94 | 0 | 4 | 5 | 27 | 9 | 3 | 3B |
| Octal | 233 | 225 | 224 | 0 | 4 | 5 | 47 | 11 | 3 | 73 |
| Binary | 10011011 | 10010101 | 10010100 | 0 | 100 | 101 | 100111 | 1001 | 11 | 111011 |
Color Harmonies of #9B9594
Complementary color
Monochromatic Colors of #9B9594
Black with #9B9594
Text Example
Text Example
White with #9B9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9594; }
p { color: rgb(155,149,148); }
H1.HeaderClassName
{
color: #9B9594;
}
.AnyTagClassName
{
color: #9B9594;
}
</style>
background-color css
<style>
a { background-color: #9B9594; }
a { background-color: rgb(155,149,148); }
div.DivClassName
{
background-color: #9B9594;
}
.BgClassName
{
background-color: #9B9594;
}
</style>
border-color css
<style>
span { border-color: #9B9594; }
span { border-color: rgb(155,149,148); }
td.TdClassName
{
border-color: #9B9594;
}
.TagClassName
{
border-color: #9B9594;
}
</style>