Shades of Delta #999F8E
Tints of Delta #999F8E
RGB
CMYK
RGB Variations
Color information
#999F8E (or 0x999F8E) is known color: Delta. HEX triplet: 99, 9F and 8E. RGB value is (153,159,142). Sum of RGB (Red+Green+Blue) = 153+159+142=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 159 - color contains mainly: green. Hex color #999F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F8E is #666071. Grayscale: #9B9B9B. Windows color (decimal): -6709362 or 9346969. OLE color: 9346969.
HSL color Cylindrical-coordinate representation of color #999F8E: hue angle of 81.18º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999F8E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 142 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.38 |
| HSL | 81.18º | 0.08% | 0.59% | - |
| HSV(B) | 81.18º | 0.11% | 0.62% | - |
| XYZ | 30.42 | 33.52 | 30.46 | - |
| YUV | 155.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 142 | 0.04 | 0 | 0.11 | 0.38 | 81.18 | 0.08 | 0.59 |
| Hex | 99 | 9F | 8E | 4 | 0 | B | 26 | 51 | 8 | 3B |
| Octal | 231 | 237 | 216 | 4 | 0 | 13 | 46 | 121 | 10 | 73 |
| Binary | 10011001 | 10011111 | 10001110 | 100 | 0 | 1011 | 100110 | 1010001 | 1000 | 111011 |
Color Harmonies of #999F8E
Complementary color
Monochromatic Colors of #999F8E
Black with #999F8E
Text Example
Text Example
White with #999F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F8E; }
p { color: rgb(153,159,142); }
H1.HeaderClassName
{
color: #999F8E;
}
.AnyTagClassName
{
color: #999F8E;
}
</style>
background-color css
<style>
a { background-color: #999F8E; }
a { background-color: rgb(153,159,142); }
div.DivClassName
{
background-color: #999F8E;
}
.BgClassName
{
background-color: #999F8E;
}
</style>
border-color css
<style>
span { border-color: #999F8E; }
span { border-color: rgb(153,159,142); }
td.TdClassName
{
border-color: #999F8E;
}
.TagClassName
{
border-color: #999F8E;
}
</style>