Shades of Delta #94A08B
Tints of Delta #94A08B
RGB
CMYK
RGB Variations
Color information
#94A08B (or 0x94A08B) is known color: Delta. HEX triplet: 94, A0 and 8B. RGB value is (148,160,139). Sum of RGB (Red+Green+Blue) = 148+160+139=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #94A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A08B is #6B5F74. Grayscale: #9A9A9A. Windows color (decimal): -7036789 or 9150612. OLE color: 9150612.
HSL color Cylindrical-coordinate representation of color #94A08B: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94A08B is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 139 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.37 |
| HSL | 94.29º | 0.1% | 0.59% | - |
| HSV(B) | 94.29º | 0.13% | 0.63% | - |
| XYZ | 29.44 | 33.3 | 29.3 | - |
| YUV | 154.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 139 | 0.07 | 0 | 0.13 | 0.37 | 94.29 | 0.1 | 0.59 |
| Hex | 94 | A0 | 8B | 7 | 0 | D | 25 | 5E | A | 3B |
| Octal | 224 | 240 | 213 | 7 | 0 | 15 | 45 | 136 | 12 | 73 |
| Binary | 10010100 | 10100000 | 10001011 | 111 | 0 | 1101 | 100101 | 1011110 | 1010 | 111011 |
Color Harmonies of #94A08B
Complementary color
Monochromatic Colors of #94A08B
Black with #94A08B
Text Example
Text Example
White with #94A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A08B; }
p { color: rgb(148,160,139); }
H1.HeaderClassName
{
color: #94A08B;
}
.AnyTagClassName
{
color: #94A08B;
}
</style>
background-color css
<style>
a { background-color: #94A08B; }
a { background-color: rgb(148,160,139); }
div.DivClassName
{
background-color: #94A08B;
}
.BgClassName
{
background-color: #94A08B;
}
</style>
border-color css
<style>
span { border-color: #94A08B; }
span { border-color: rgb(148,160,139); }
td.TdClassName
{
border-color: #94A08B;
}
.TagClassName
{
border-color: #94A08B;
}
</style>