Shades of Delta #9E9F9C
Tints of Delta #9E9F9C
RGB
CMYK
RGB Variations
Color information
#9E9F9C (or 0x9E9F9C) is known color: Delta. HEX triplet: 9E, 9F and 9C. RGB value is (158,159,156). Sum of RGB (Red+Green+Blue) = 158+159+156=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 159 - color contains mainly: green. Hex color #9E9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9F9C is #616063. Grayscale: #9E9E9E. Windows color (decimal): -6381668 or 10264478. OLE color: 10264478.
HSL color Cylindrical-coordinate representation of color #9E9F9C: hue angle of 80º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9E9F9C is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 159 | 156 | - |
CMYK | 0.01 | 0 | 0.02 | 0.38 |
HSL | 80º | 0.02% | 0.62% | - |
HSV(B) | 80º | 0.02% | 0.62% | - |
XYZ | 32.5 | 34.47 | 36.39 | - |
YUV | 158.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 159 | 156 | 0.01 | 0 | 0.02 | 0.38 | 80 | 0.02 | 0.62 |
Hex | 9E | 9F | 9C | 1 | 0 | 2 | 26 | 50 | 2 | 3E |
Octal | 236 | 237 | 234 | 1 | 0 | 2 | 46 | 120 | 2 | 76 |
Binary | 10011110 | 10011111 | 10011100 | 1 | 0 | 10 | 100110 | 1010000 | 10 | 111110 |
Color Harmonies of #9E9F9C
Complementary color
Monochromatic Colors of #9E9F9C
Black with #9E9F9C
Text Example
Text Example
White with #9E9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9F9C; }
p { color: rgb(158,159,156); }
H1.HeaderClassName
{
color: #9E9F9C;
}
.AnyTagClassName
{
color: #9E9F9C;
}
</style>
background-color css
<style>
a { background-color: #9E9F9C; }
a { background-color: rgb(158,159,156); }
div.DivClassName
{
background-color: #9E9F9C;
}
.BgClassName
{
background-color: #9E9F9C;
}
</style>
border-color css
<style>
span { border-color: #9E9F9C; }
span { border-color: rgb(158,159,156); }
td.TdClassName
{
border-color: #9E9F9C;
}
.TagClassName
{
border-color: #9E9F9C;
}
</style>