Shades of Delta #929D85
Tints of Delta #929D85
RGB
CMYK
RGB Variations
Color information
#929D85 (or 0x929D85) is known color: Delta. HEX triplet: 92, 9D and 85. RGB value is (146,157,133). Sum of RGB (Red+Green+Blue) = 146+157+133=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #929D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D85 is #6D627A. Grayscale: #979797. Windows color (decimal): -7168635 or 8756626. OLE color: 8756626.
HSL color Cylindrical-coordinate representation of color #929D85: hue angle of 87.5º 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 #929D85 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 157 | 133 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.38 |
| HSL | 87.5º | 0.11% | 0.57% | - |
| HSV(B) | 87.5º | 0.15% | 0.62% | - |
| XYZ | 28.14 | 31.92 | 26.87 | - |
| YUV | 150.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 133 | 0.07 | 0 | 0.15 | 0.38 | 87.5 | 0.11 | 0.57 |
| Hex | 92 | 9D | 85 | 7 | 0 | F | 26 | 57 | B | 39 |
| Octal | 222 | 235 | 205 | 7 | 0 | 17 | 46 | 127 | 13 | 71 |
| Binary | 10010010 | 10011101 | 10000101 | 111 | 0 | 1111 | 100110 | 1010111 | 1011 | 111001 |
Color Harmonies of #929D85
Complementary color
Monochromatic Colors of #929D85
Black with #929D85
Text Example
Text Example
White with #929D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929D85; }
p { color: rgb(146,157,133); }
H1.HeaderClassName
{
color: #929D85;
}
.AnyTagClassName
{
color: #929D85;
}
</style>
background-color css
<style>
a { background-color: #929D85; }
a { background-color: rgb(146,157,133); }
div.DivClassName
{
background-color: #929D85;
}
.BgClassName
{
background-color: #929D85;
}
</style>
border-color css
<style>
span { border-color: #929D85; }
span { border-color: rgb(146,157,133); }
td.TdClassName
{
border-color: #929D85;
}
.TagClassName
{
border-color: #929D85;
}
</style>