Shades of Delta #939D85
Tints of Delta #939D85
RGB
CMYK
RGB Variations
Color information
#939D85 (or 0x939D85) is known color: Delta. HEX triplet: 93, 9D and 85. RGB value is (147,157,133). Sum of RGB (Red+Green+Blue) = 147+157+133=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #939D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D85 is #6C627A. Grayscale: #979797. Windows color (decimal): -7103099 or 8756627. OLE color: 8756627.
HSL color Cylindrical-coordinate representation of color #939D85: hue angle of 85º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939D85 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 157 | 133 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.38 |
| HSL | 85º | 0.11% | 0.57% | - |
| HSV(B) | 85º | 0.15% | 0.62% | - |
| XYZ | 28.32 | 32.01 | 26.88 | - |
| YUV | 151.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 133 | 0.06 | 0 | 0.15 | 0.38 | 85 | 0.11 | 0.57 |
| Hex | 93 | 9D | 85 | 6 | 0 | F | 26 | 55 | B | 39 |
| Octal | 223 | 235 | 205 | 6 | 0 | 17 | 46 | 125 | 13 | 71 |
| Binary | 10010011 | 10011101 | 10000101 | 110 | 0 | 1111 | 100110 | 1010101 | 1011 | 111001 |
Color Harmonies of #939D85
Complementary color
Monochromatic Colors of #939D85
Black with #939D85
Text Example
Text Example
White with #939D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939D85; }
p { color: rgb(147,157,133); }
H1.HeaderClassName
{
color: #939D85;
}
.AnyTagClassName
{
color: #939D85;
}
</style>
background-color css
<style>
a { background-color: #939D85; }
a { background-color: rgb(147,157,133); }
div.DivClassName
{
background-color: #939D85;
}
.BgClassName
{
background-color: #939D85;
}
</style>
border-color css
<style>
span { border-color: #939D85; }
span { border-color: rgb(147,157,133); }
td.TdClassName
{
border-color: #939D85;
}
.TagClassName
{
border-color: #939D85;
}
</style>