Shades of Delta #91988A
Tints of Delta #91988A
RGB
CMYK
RGB Variations
Color information
#91988A (or 0x91988A) is known color: Delta. HEX triplet: 91, 98 and 8A. RGB value is (145,152,138). Sum of RGB (Red+Green+Blue) = 145+152+138=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #91988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91988A is #6E6775. Grayscale: #949494. Windows color (decimal): -7235446 or 9083025. OLE color: 9083025.
HSL color Cylindrical-coordinate representation of color #91988A: hue angle of 90º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91988A is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 138 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.40 |
| HSL | 90º | 0.06% | 0.57% | - |
| HSV(B) | 90º | 0.09% | 0.6% | - |
| XYZ | 27.49 | 30.31 | 28.45 | - |
| YUV | 148.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 138 | 0.05 | 0 | 0.09 | 0.40 | 90 | 0.06 | 0.57 |
| Hex | 91 | 98 | 8A | 5 | 0 | 9 | 28 | 5A | 6 | 39 |
| Octal | 221 | 230 | 212 | 5 | 0 | 11 | 50 | 132 | 6 | 71 |
| Binary | 10010001 | 10011000 | 10001010 | 101 | 0 | 1001 | 101000 | 1011010 | 110 | 111001 |
Color Harmonies of #91988A
Complementary color
Monochromatic Colors of #91988A
Black with #91988A
Text Example
Text Example
White with #91988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91988A; }
p { color: rgb(145,152,138); }
H1.HeaderClassName
{
color: #91988A;
}
.AnyTagClassName
{
color: #91988A;
}
</style>
background-color css
<style>
a { background-color: #91988A; }
a { background-color: rgb(145,152,138); }
div.DivClassName
{
background-color: #91988A;
}
.BgClassName
{
background-color: #91988A;
}
</style>
border-color css
<style>
span { border-color: #91988A; }
span { border-color: rgb(145,152,138); }
td.TdClassName
{
border-color: #91988A;
}
.TagClassName
{
border-color: #91988A;
}
</style>