Shades of Delta #949E85
Tints of Delta #949E85
RGB
CMYK
RGB Variations
Color information
#949E85 (or 0x949E85) is known color: Delta. HEX triplet: 94, 9E and 85. RGB value is (148,158,133). Sum of RGB (Red+Green+Blue) = 148+158+133=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 158 - color contains mainly: green. Hex color #949E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E85 is #6B617A. Grayscale: #989898. Windows color (decimal): -7037307 or 8756884. OLE color: 8756884.
HSL color Cylindrical-coordinate representation of color #949E85: hue angle of 84º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #949E85 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 133 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.38 |
| HSL | 84º | 0.11% | 0.57% | - |
| HSV(B) | 84º | 0.16% | 0.62% | - |
| XYZ | 28.67 | 32.44 | 26.94 | - |
| YUV | 152.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 133 | 0.06 | 0 | 0.16 | 0.38 | 84 | 0.11 | 0.57 |
| Hex | 94 | 9E | 85 | 6 | 0 | 10 | 26 | 54 | B | 39 |
| Octal | 224 | 236 | 205 | 6 | 0 | 20 | 46 | 124 | 13 | 71 |
| Binary | 10010100 | 10011110 | 10000101 | 110 | 0 | 10000 | 100110 | 1010100 | 1011 | 111001 |
Color Harmonies of #949E85
Complementary color
Monochromatic Colors of #949E85
Black with #949E85
Text Example
Text Example
White with #949E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E85; }
p { color: rgb(148,158,133); }
H1.HeaderClassName
{
color: #949E85;
}
.AnyTagClassName
{
color: #949E85;
}
</style>
background-color css
<style>
a { background-color: #949E85; }
a { background-color: rgb(148,158,133); }
div.DivClassName
{
background-color: #949E85;
}
.BgClassName
{
background-color: #949E85;
}
</style>
border-color css
<style>
span { border-color: #949E85; }
span { border-color: rgb(148,158,133); }
td.TdClassName
{
border-color: #949E85;
}
.TagClassName
{
border-color: #949E85;
}
</style>