Shades of Delta #91938F
Tints of Delta #91938F
RGB
CMYK
RGB Variations
Color information
#91938F (or 0x91938F) is known color: Delta. HEX triplet: 91, 93 and 8F. RGB value is (145,147,143). Sum of RGB (Red+Green+Blue) = 145+147+143=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 147 - color contains mainly: green. Hex color #91938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91938F is #6E6C70. Grayscale: #919191. Windows color (decimal): -7236721 or 9409425. OLE color: 9409425.
HSL color Cylindrical-coordinate representation of color #91938F: hue angle of 90º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #91938F is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 143 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.42 |
| HSL | 90º | 0.02% | 0.57% | - |
| HSV(B) | 90º | 0.03% | 0.58% | - |
| XYZ | 27.07 | 28.87 | 30.13 | - |
| YUV | 145.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 143 | 0.01 | 0 | 0.03 | 0.42 | 90 | 0.02 | 0.57 |
| Hex | 91 | 93 | 8F | 1 | 0 | 3 | 2A | 5A | 2 | 39 |
| Octal | 221 | 223 | 217 | 1 | 0 | 3 | 52 | 132 | 2 | 71 |
| Binary | 10010001 | 10010011 | 10001111 | 1 | 0 | 11 | 101010 | 1011010 | 10 | 111001 |
Color Harmonies of #91938F
Complementary color
Monochromatic Colors of #91938F
Black with #91938F
Text Example
Text Example
White with #91938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91938F; }
p { color: rgb(145,147,143); }
H1.HeaderClassName
{
color: #91938F;
}
.AnyTagClassName
{
color: #91938F;
}
</style>
background-color css
<style>
a { background-color: #91938F; }
a { background-color: rgb(145,147,143); }
div.DivClassName
{
background-color: #91938F;
}
.BgClassName
{
background-color: #91938F;
}
</style>
border-color css
<style>
span { border-color: #91938F; }
span { border-color: rgb(145,147,143); }
td.TdClassName
{
border-color: #91938F;
}
.TagClassName
{
border-color: #91938F;
}
</style>