Shades of Delta #92988D
Tints of Delta #92988D
RGB
CMYK
RGB Variations
Color information
#92988D (or 0x92988D) is known color: Delta. HEX triplet: 92, 98 and 8D. RGB value is (146,152,141). Sum of RGB (Red+Green+Blue) = 146+152+141=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #92988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92988D is #6D6772. Grayscale: #949494. Windows color (decimal): -7169907 or 9279634. OLE color: 9279634.
HSL color Cylindrical-coordinate representation of color #92988D: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92988D is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 141 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.40 |
| HSL | 92.73º | 0.05% | 0.57% | - |
| HSV(B) | 92.73º | 0.07% | 0.6% | - |
| XYZ | 27.89 | 30.49 | 29.61 | - |
| YUV | 148.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 141 | 0.04 | 0 | 0.07 | 0.40 | 92.73 | 0.05 | 0.57 |
| Hex | 92 | 98 | 8D | 4 | 0 | 7 | 28 | 5D | 5 | 39 |
| Octal | 222 | 230 | 215 | 4 | 0 | 7 | 50 | 135 | 5 | 71 |
| Binary | 10010010 | 10011000 | 10001101 | 100 | 0 | 111 | 101000 | 1011101 | 101 | 111001 |
Color Harmonies of #92988D
Complementary color
Monochromatic Colors of #92988D
Black with #92988D
Text Example
Text Example
White with #92988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92988D; }
p { color: rgb(146,152,141); }
H1.HeaderClassName
{
color: #92988D;
}
.AnyTagClassName
{
color: #92988D;
}
</style>
background-color css
<style>
a { background-color: #92988D; }
a { background-color: rgb(146,152,141); }
div.DivClassName
{
background-color: #92988D;
}
.BgClassName
{
background-color: #92988D;
}
</style>
border-color css
<style>
span { border-color: #92988D; }
span { border-color: rgb(146,152,141); }
td.TdClassName
{
border-color: #92988D;
}
.TagClassName
{
border-color: #92988D;
}
</style>