Shades of Delta #999E94
Tints of Delta #999E94
RGB
CMYK
RGB Variations
Color information
#999E94 (or 0x999E94) is known color: Delta. HEX triplet: 99, 9E and 94. RGB value is (153,158,148). Sum of RGB (Red+Green+Blue) = 153+158+148=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 158 - color contains mainly: green. Hex color #999E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E94 is #66616B. Grayscale: #9B9B9B. Windows color (decimal): -6709612 or 9739929. OLE color: 9739929.
HSL color Cylindrical-coordinate representation of color #999E94: hue angle of 90º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999E94 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 148 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.38 |
| HSL | 90º | 0.05% | 0.6% | - |
| HSV(B) | 90º | 0.06% | 0.62% | - |
| XYZ | 30.71 | 33.36 | 32.84 | - |
| YUV | 155.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 148 | 0.03 | 0 | 0.06 | 0.38 | 90 | 0.05 | 0.6 |
| Hex | 99 | 9E | 94 | 3 | 0 | 6 | 26 | 5A | 5 | 3C |
| Octal | 231 | 236 | 224 | 3 | 0 | 6 | 46 | 132 | 5 | 74 |
| Binary | 10011001 | 10011110 | 10010100 | 11 | 0 | 110 | 100110 | 1011010 | 101 | 111100 |
Color Harmonies of #999E94
Complementary color
Monochromatic Colors of #999E94
Black with #999E94
Text Example
Text Example
White with #999E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E94; }
p { color: rgb(153,158,148); }
H1.HeaderClassName
{
color: #999E94;
}
.AnyTagClassName
{
color: #999E94;
}
</style>
background-color css
<style>
a { background-color: #999E94; }
a { background-color: rgb(153,158,148); }
div.DivClassName
{
background-color: #999E94;
}
.BgClassName
{
background-color: #999E94;
}
</style>
border-color css
<style>
span { border-color: #999E94; }
span { border-color: rgb(153,158,148); }
td.TdClassName
{
border-color: #999E94;
}
.TagClassName
{
border-color: #999E94;
}
</style>