Shades of Delta #94988D
Tints of Delta #94988D
RGB
CMYK
RGB Variations
Color information
#94988D (or 0x94988D) is known color: Delta. HEX triplet: 94, 98 and 8D. RGB value is (148,152,141). Sum of RGB (Red+Green+Blue) = 148+152+141=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 152 - color contains mainly: green. Hex color #94988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988D is #6B6772. Grayscale: #959595. Windows color (decimal): -7038835 or 9279636. OLE color: 9279636.
HSL color Cylindrical-coordinate representation of color #94988D: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94988D is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 141 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.40 |
| HSL | 81.82º | 0.05% | 0.57% | - |
| HSV(B) | 81.82º | 0.07% | 0.6% | - |
| XYZ | 28.25 | 30.68 | 29.63 | - |
| YUV | 149.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 141 | 0.03 | 0 | 0.07 | 0.40 | 81.82 | 0.05 | 0.57 |
| Hex | 94 | 98 | 8D | 3 | 0 | 7 | 28 | 52 | 5 | 39 |
| Octal | 224 | 230 | 215 | 3 | 0 | 7 | 50 | 122 | 5 | 71 |
| Binary | 10010100 | 10011000 | 10001101 | 11 | 0 | 111 | 101000 | 1010010 | 101 | 111001 |
Color Harmonies of #94988D
Complementary color
Monochromatic Colors of #94988D
Black with #94988D
Text Example
Text Example
White with #94988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94988D; }
p { color: rgb(148,152,141); }
H1.HeaderClassName
{
color: #94988D;
}
.AnyTagClassName
{
color: #94988D;
}
</style>
background-color css
<style>
a { background-color: #94988D; }
a { background-color: rgb(148,152,141); }
div.DivClassName
{
background-color: #94988D;
}
.BgClassName
{
background-color: #94988D;
}
</style>
border-color css
<style>
span { border-color: #94988D; }
span { border-color: rgb(148,152,141); }
td.TdClassName
{
border-color: #94988D;
}
.TagClassName
{
border-color: #94988D;
}
</style>