Shades of Delta #94998B
Tints of Delta #94998B
RGB
CMYK
RGB Variations
Color information
#94998B (or 0x94998B) is known color: Delta. HEX triplet: 94, 99 and 8B. RGB value is (148,153,139). Sum of RGB (Red+Green+Blue) = 148+153+139=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #94998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94998B is #6B6674. Grayscale: #959595. Windows color (decimal): -7038581 or 9148820. OLE color: 9148820.
HSL color Cylindrical-coordinate representation of color #94998B: hue angle of 81.43º 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 #94998B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 139 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.4 |
| HSL | 81.43º | 0.06% | 0.57% | - |
| HSV(B) | 81.43º | 0.09% | 0.6% | - |
| XYZ | 28.26 | 30.94 | 28.91 | - |
| YUV | 149.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 139 | 0.03 | 0 | 0.09 | 0.4 | 81.43 | 0.06 | 0.57 |
| Hex | 94 | 99 | 8B | 3 | 0 | 9 | 28 | 51 | 6 | 39 |
| Octal | 224 | 231 | 213 | 3 | 0 | 11 | 50 | 121 | 6 | 71 |
| Binary | 10010100 | 10011001 | 10001011 | 11 | 0 | 1001 | 101000 | 1010001 | 110 | 111001 |
Color Harmonies of #94998B
Complementary color
Monochromatic Colors of #94998B
Black with #94998B
Text Example
Text Example
White with #94998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94998B; }
p { color: rgb(148,153,139); }
H1.HeaderClassName
{
color: #94998B;
}
.AnyTagClassName
{
color: #94998B;
}
</style>
background-color css
<style>
a { background-color: #94998B; }
a { background-color: rgb(148,153,139); }
div.DivClassName
{
background-color: #94998B;
}
.BgClassName
{
background-color: #94998B;
}
</style>
border-color css
<style>
span { border-color: #94998B; }
span { border-color: rgb(148,153,139); }
td.TdClassName
{
border-color: #94998B;
}
.TagClassName
{
border-color: #94998B;
}
</style>