Shades of Delta #94988B
Tints of Delta #94988B
RGB
CMYK
RGB Variations
Color information
#94988B (or 0x94988B) is known color: Delta. HEX triplet: 94, 98 and 8B. RGB value is (148,152,139). Sum of RGB (Red+Green+Blue) = 148+152+139=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #94988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988B is #6B6774. Grayscale: #959595. Windows color (decimal): -7038837 or 9148564. OLE color: 9148564.
HSL color Cylindrical-coordinate representation of color #94988B: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94988B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 139 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.40 |
| HSL | 78.46º | 0.06% | 0.57% | - |
| HSV(B) | 78.46º | 0.09% | 0.6% | - |
| XYZ | 28.1 | 30.62 | 28.85 | - |
| YUV | 149.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 139 | 0.03 | 0 | 0.09 | 0.40 | 78.46 | 0.06 | 0.57 |
| Hex | 94 | 98 | 8B | 3 | 0 | 9 | 28 | 4E | 6 | 39 |
| Octal | 224 | 230 | 213 | 3 | 0 | 11 | 50 | 116 | 6 | 71 |
| Binary | 10010100 | 10011000 | 10001011 | 11 | 0 | 1001 | 101000 | 1001110 | 110 | 111001 |
Color Harmonies of #94988B
Complementary color
Monochromatic Colors of #94988B
Black with #94988B
Text Example
Text Example
White with #94988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94988B; }
p { color: rgb(148,152,139); }
H1.HeaderClassName
{
color: #94988B;
}
.AnyTagClassName
{
color: #94988B;
}
</style>
background-color css
<style>
a { background-color: #94988B; }
a { background-color: rgb(148,152,139); }
div.DivClassName
{
background-color: #94988B;
}
.BgClassName
{
background-color: #94988B;
}
</style>
border-color css
<style>
span { border-color: #94988B; }
span { border-color: rgb(148,152,139); }
td.TdClassName
{
border-color: #94988B;
}
.TagClassName
{
border-color: #94988B;
}
</style>