Shades of Delta #939D87
Tints of Delta #939D87
RGB
CMYK
RGB Variations
Color information
#939D87 (or 0x939D87) is known color: Delta. HEX triplet: 93, 9D and 87. RGB value is (147,157,135). Sum of RGB (Red+Green+Blue) = 147+157+135=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #939D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D87 is #6C6278. Grayscale: #979797. Windows color (decimal): -7103097 or 8887699. OLE color: 8887699.
HSL color Cylindrical-coordinate representation of color #939D87: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939D87 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 157 | 135 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.38 |
| HSL | 87.27º | 0.1% | 0.57% | - |
| HSV(B) | 87.27º | 0.14% | 0.62% | - |
| XYZ | 28.46 | 32.07 | 27.61 | - |
| YUV | 151.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 135 | 0.06 | 0 | 0.14 | 0.38 | 87.27 | 0.1 | 0.57 |
| Hex | 93 | 9D | 87 | 6 | 0 | E | 26 | 57 | A | 39 |
| Octal | 223 | 235 | 207 | 6 | 0 | 16 | 46 | 127 | 12 | 71 |
| Binary | 10010011 | 10011101 | 10000111 | 110 | 0 | 1110 | 100110 | 1010111 | 1010 | 111001 |
Color Harmonies of #939D87
Complementary color
Monochromatic Colors of #939D87
Black with #939D87
Text Example
Text Example
White with #939D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939D87; }
p { color: rgb(147,157,135); }
H1.HeaderClassName
{
color: #939D87;
}
.AnyTagClassName
{
color: #939D87;
}
</style>
background-color css
<style>
a { background-color: #939D87; }
a { background-color: rgb(147,157,135); }
div.DivClassName
{
background-color: #939D87;
}
.BgClassName
{
background-color: #939D87;
}
</style>
border-color css
<style>
span { border-color: #939D87; }
span { border-color: rgb(147,157,135); }
td.TdClassName
{
border-color: #939D87;
}
.TagClassName
{
border-color: #939D87;
}
</style>