Shades of Delta #91978B
Tints of Delta #91978B
RGB
CMYK
RGB Variations
Color information
#91978B (or 0x91978B) is known color: Delta. HEX triplet: 91, 97 and 8B. RGB value is (145,151,139). Sum of RGB (Red+Green+Blue) = 145+151+139=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 151 - color contains mainly: green. Hex color #91978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91978B is #6E6874. Grayscale: #939393. Windows color (decimal): -7235701 or 9148305. OLE color: 9148305.
HSL color Cylindrical-coordinate representation of color #91978B: hue angle of 90º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #91978B is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
RGB | 145 | 151 | 139 | - |
CMYK | 0.04 | 0 | 0.08 | 0.41 |
HSL | 90º | 0.05% | 0.57% | - |
HSV(B) | 90º | 0.08% | 0.59% | - |
XYZ | 27.4 | 30.02 | 28.78 | - |
YUV | 147.84 | 123.01 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 151 | 139 | 0.04 | 0 | 0.08 | 0.41 | 90 | 0.05 | 0.57 |
Hex | 91 | 97 | 8B | 4 | 0 | 8 | 29 | 5A | 5 | 39 |
Octal | 221 | 227 | 213 | 4 | 0 | 10 | 51 | 132 | 5 | 71 |
Binary | 10010001 | 10010111 | 10001011 | 100 | 0 | 1000 | 101001 | 1011010 | 101 | 111001 |
Color Harmonies of #91978B
Complementary color
Monochromatic Colors of #91978B
Black with #91978B
Text Example
Text Example
White with #91978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91978B; }
p { color: rgb(145,151,139); }
H1.HeaderClassName
{
color: #91978B;
}
.AnyTagClassName
{
color: #91978B;
}
</style>
background-color css
<style>
a { background-color: #91978B; }
a { background-color: rgb(145,151,139); }
div.DivClassName
{
background-color: #91978B;
}
.BgClassName
{
background-color: #91978B;
}
</style>
border-color css
<style>
span { border-color: #91978B; }
span { border-color: rgb(145,151,139); }
td.TdClassName
{
border-color: #91978B;
}
.TagClassName
{
border-color: #91978B;
}
</style>