Shades of Delta #91928D
Tints of Delta #91928D
RGB
CMYK
RGB Variations
Color information
#91928D (or 0x91928D) is known color: Delta. HEX triplet: 91, 92 and 8D. RGB value is (145,146,141). Sum of RGB (Red+Green+Blue) = 145+146+141=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 146 - color contains mainly: green. Hex color #91928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91928D is #6E6D72. Grayscale: #919191. Windows color (decimal): -7236979 or 9278097. OLE color: 9278097.
HSL color Cylindrical-coordinate representation of color #91928D: hue angle of 72º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #91928D is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 141 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.43 |
| HSL | 72º | 0.02% | 0.56% | - |
| HSV(B) | 72º | 0.03% | 0.57% | - |
| XYZ | 26.76 | 28.5 | 29.29 | - |
| YUV | 145.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 141 | 0.01 | 0 | 0.03 | 0.43 | 72 | 0.02 | 0.56 |
| Hex | 91 | 92 | 8D | 1 | 0 | 3 | 2B | 48 | 2 | 38 |
| Octal | 221 | 222 | 215 | 1 | 0 | 3 | 53 | 110 | 2 | 70 |
| Binary | 10010001 | 10010010 | 10001101 | 1 | 0 | 11 | 101011 | 1001000 | 10 | 111000 |
Color Harmonies of #91928D
Complementary color
Monochromatic Colors of #91928D
Black with #91928D
Text Example
Text Example
White with #91928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91928D; }
p { color: rgb(145,146,141); }
H1.HeaderClassName
{
color: #91928D;
}
.AnyTagClassName
{
color: #91928D;
}
</style>
background-color css
<style>
a { background-color: #91928D; }
a { background-color: rgb(145,146,141); }
div.DivClassName
{
background-color: #91928D;
}
.BgClassName
{
background-color: #91928D;
}
</style>
border-color css
<style>
span { border-color: #91928D; }
span { border-color: rgb(145,146,141); }
td.TdClassName
{
border-color: #91928D;
}
.TagClassName
{
border-color: #91928D;
}
</style>