Shades of Delta #92948E
Tints of Delta #92948E
RGB
CMYK
RGB Variations
Color information
#92948E (or 0x92948E) is known color: Delta. HEX triplet: 92, 94 and 8E. RGB value is (146,148,142). Sum of RGB (Red+Green+Blue) = 146+148+142=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 148 - color contains mainly: green. Hex color #92948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92948E is #6D6B71. Grayscale: #929292. Windows color (decimal): -7170930 or 9344146. OLE color: 9344146.
HSL color Cylindrical-coordinate representation of color #92948E: hue angle of 80º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #92948E is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 148 | 142 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.42 |
| HSL | 80º | 0.03% | 0.57% | - |
| HSV(B) | 80º | 0.04% | 0.58% | - |
| XYZ | 27.33 | 29.24 | 29.8 | - |
| YUV | 146.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 142 | 0.01 | 0 | 0.04 | 0.42 | 80 | 0.03 | 0.57 |
| Hex | 92 | 94 | 8E | 1 | 0 | 4 | 2A | 50 | 3 | 39 |
| Octal | 222 | 224 | 216 | 1 | 0 | 4 | 52 | 120 | 3 | 71 |
| Binary | 10010010 | 10010100 | 10001110 | 1 | 0 | 100 | 101010 | 1010000 | 11 | 111001 |
Color Harmonies of #92948E
Complementary color
Monochromatic Colors of #92948E
Black with #92948E
Text Example
Text Example
White with #92948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92948E; }
p { color: rgb(146,148,142); }
H1.HeaderClassName
{
color: #92948E;
}
.AnyTagClassName
{
color: #92948E;
}
</style>
background-color css
<style>
a { background-color: #92948E; }
a { background-color: rgb(146,148,142); }
div.DivClassName
{
background-color: #92948E;
}
.BgClassName
{
background-color: #92948E;
}
</style>
border-color css
<style>
span { border-color: #92948E; }
span { border-color: rgb(146,148,142); }
td.TdClassName
{
border-color: #92948E;
}
.TagClassName
{
border-color: #92948E;
}
</style>