Shades of Delta #9E9F9B
Tints of Delta #9E9F9B
RGB
CMYK
RGB Variations
Color information
#9E9F9B (or 0x9E9F9B) is known color: Delta. HEX triplet: 9E, 9F and 9B. RGB value is (158,159,155). Sum of RGB (Red+Green+Blue) = 158+159+155=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 159 - color contains mainly: green. Hex color #9E9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9F9B is #616064. Grayscale: #9E9E9E. Windows color (decimal): -6381669 or 10198942. OLE color: 10198942.
HSL color Cylindrical-coordinate representation of color #9E9F9B: hue angle of 75º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9E9F9B is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 159 | 155 | - |
CMYK | 0.01 | 0 | 0.03 | 0.38 |
HSL | 75º | 0.02% | 0.62% | - |
HSV(B) | 75º | 0.03% | 0.62% | - |
XYZ | 32.42 | 34.43 | 35.95 | - |
YUV | 158.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 159 | 155 | 0.01 | 0 | 0.03 | 0.38 | 75 | 0.02 | 0.62 |
Hex | 9E | 9F | 9B | 1 | 0 | 3 | 26 | 4B | 2 | 3E |
Octal | 236 | 237 | 233 | 1 | 0 | 3 | 46 | 113 | 2 | 76 |
Binary | 10011110 | 10011111 | 10011011 | 1 | 0 | 11 | 100110 | 1001011 | 10 | 111110 |
Color Harmonies of #9E9F9B
Complementary color
Monochromatic Colors of #9E9F9B
Black with #9E9F9B
Text Example
Text Example
White with #9E9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9F9B; }
p { color: rgb(158,159,155); }
H1.HeaderClassName
{
color: #9E9F9B;
}
.AnyTagClassName
{
color: #9E9F9B;
}
</style>
background-color css
<style>
a { background-color: #9E9F9B; }
a { background-color: rgb(158,159,155); }
div.DivClassName
{
background-color: #9E9F9B;
}
.BgClassName
{
background-color: #9E9F9B;
}
</style>
border-color css
<style>
span { border-color: #9E9F9B; }
span { border-color: rgb(158,159,155); }
td.TdClassName
{
border-color: #9E9F9B;
}
.TagClassName
{
border-color: #9E9F9B;
}
</style>