Shades of Delta #939F85
Tints of Delta #939F85
RGB
CMYK
RGB Variations
Color information
#939F85 (or 0x939F85) is known color: Delta. HEX triplet: 93, 9F and 85. RGB value is (147,159,133). Sum of RGB (Red+Green+Blue) = 147+159+133=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #939F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F85 is #6C607A. Grayscale: #989898. Windows color (decimal): -7102587 or 8757139. OLE color: 8757139.
HSL color Cylindrical-coordinate representation of color #939F85: hue angle of 87.69º degrees, saturation: 0.12, 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 #939F85 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 133 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.38 |
| HSL | 87.69º | 0.12% | 0.57% | - |
| HSV(B) | 87.69º | 0.16% | 0.62% | - |
| XYZ | 28.66 | 32.69 | 26.99 | - |
| YUV | 152.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 133 | 0.08 | 0 | 0.16 | 0.38 | 87.69 | 0.12 | 0.57 |
| Hex | 93 | 9F | 85 | 8 | 0 | 10 | 26 | 58 | C | 39 |
| Octal | 223 | 237 | 205 | 10 | 0 | 20 | 46 | 130 | 14 | 71 |
| Binary | 10010011 | 10011111 | 10000101 | 1000 | 0 | 10000 | 100110 | 1011000 | 1100 | 111001 |
Color Harmonies of #939F85
Complementary color
Monochromatic Colors of #939F85
Black with #939F85
Text Example
Text Example
White with #939F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F85; }
p { color: rgb(147,159,133); }
H1.HeaderClassName
{
color: #939F85;
}
.AnyTagClassName
{
color: #939F85;
}
</style>
background-color css
<style>
a { background-color: #939F85; }
a { background-color: rgb(147,159,133); }
div.DivClassName
{
background-color: #939F85;
}
.BgClassName
{
background-color: #939F85;
}
</style>
border-color css
<style>
span { border-color: #939F85; }
span { border-color: rgb(147,159,133); }
td.TdClassName
{
border-color: #939F85;
}
.TagClassName
{
border-color: #939F85;
}
</style>