Shades of Delta #929E85
Tints of Delta #929E85
RGB
CMYK
RGB Variations
Color information
#929E85 (or 0x929E85) is known color: Delta. HEX triplet: 92, 9E and 85. RGB value is (146,158,133). Sum of RGB (Red+Green+Blue) = 146+158+133=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 158 - color contains mainly: green. Hex color #929E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E85 is #6D617A. Grayscale: #979797. Windows color (decimal): -7168379 or 8756882. OLE color: 8756882.
HSL color Cylindrical-coordinate representation of color #929E85: hue angle of 88.8º 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 #929E85 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 133 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.38 |
| HSL | 88.8º | 0.11% | 0.57% | - |
| HSV(B) | 88.8º | 0.16% | 0.62% | - |
| XYZ | 28.31 | 32.26 | 26.92 | - |
| YUV | 151.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 133 | 0.08 | 0 | 0.16 | 0.38 | 88.8 | 0.11 | 0.57 |
| Hex | 92 | 9E | 85 | 8 | 0 | 10 | 26 | 59 | B | 39 |
| Octal | 222 | 236 | 205 | 10 | 0 | 20 | 46 | 131 | 13 | 71 |
| Binary | 10010010 | 10011110 | 10000101 | 1000 | 0 | 10000 | 100110 | 1011001 | 1011 | 111001 |
Color Harmonies of #929E85
Complementary color
Monochromatic Colors of #929E85
Black with #929E85
Text Example
Text Example
White with #929E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E85; }
p { color: rgb(146,158,133); }
H1.HeaderClassName
{
color: #929E85;
}
.AnyTagClassName
{
color: #929E85;
}
</style>
background-color css
<style>
a { background-color: #929E85; }
a { background-color: rgb(146,158,133); }
div.DivClassName
{
background-color: #929E85;
}
.BgClassName
{
background-color: #929E85;
}
</style>
border-color css
<style>
span { border-color: #929E85; }
span { border-color: rgb(146,158,133); }
td.TdClassName
{
border-color: #929E85;
}
.TagClassName
{
border-color: #929E85;
}
</style>