Shades of Delta #91948E
Tints of Delta #91948E
RGB
CMYK
RGB Variations
Color information
#91948E (or 0x91948E) is known color: Delta. HEX triplet: 91, 94 and 8E. RGB value is (145,148,142). Sum of RGB (Red+Green+Blue) = 145+148+142=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 148 - color contains mainly: green. Hex color #91948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91948E is #6E6B71. Grayscale: #929292. Windows color (decimal): -7236466 or 9344145. OLE color: 9344145.
HSL color Cylindrical-coordinate representation of color #91948E: hue angle of 90º 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 #91948E is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 142 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.42 |
| HSL | 90º | 0.03% | 0.57% | - |
| HSV(B) | 90º | 0.04% | 0.58% | - |
| XYZ | 27.15 | 29.15 | 29.79 | - |
| YUV | 146.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 142 | 0.02 | 0 | 0.04 | 0.42 | 90 | 0.03 | 0.57 |
| Hex | 91 | 94 | 8E | 2 | 0 | 4 | 2A | 5A | 3 | 39 |
| Octal | 221 | 224 | 216 | 2 | 0 | 4 | 52 | 132 | 3 | 71 |
| Binary | 10010001 | 10010100 | 10001110 | 10 | 0 | 100 | 101010 | 1011010 | 11 | 111001 |
Color Harmonies of #91948E
Complementary color
Monochromatic Colors of #91948E
Black with #91948E
Text Example
Text Example
White with #91948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91948E; }
p { color: rgb(145,148,142); }
H1.HeaderClassName
{
color: #91948E;
}
.AnyTagClassName
{
color: #91948E;
}
</style>
background-color css
<style>
a { background-color: #91948E; }
a { background-color: rgb(145,148,142); }
div.DivClassName
{
background-color: #91948E;
}
.BgClassName
{
background-color: #91948E;
}
</style>
border-color css
<style>
span { border-color: #91948E; }
span { border-color: rgb(145,148,142); }
td.TdClassName
{
border-color: #91948E;
}
.TagClassName
{
border-color: #91948E;
}
</style>