Shades of Delta #919E85
Tints of Delta #919E85
RGB
CMYK
RGB Variations
Color information
#919E85 (or 0x919E85) is known color: Delta. HEX triplet: 91, 9E and 85. RGB value is (145,158,133). Sum of RGB (Red+Green+Blue) = 145+158+133=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #919E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E85 is #6E617A. Grayscale: #979797. Windows color (decimal): -7233915 or 8756881. OLE color: 8756881.
HSL color Cylindrical-coordinate representation of color #919E85: hue angle of 91.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919E85 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 133 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.38 |
| HSL | 91.2º | 0.11% | 0.57% | - |
| HSV(B) | 91.2º | 0.16% | 0.62% | - |
| XYZ | 28.14 | 32.17 | 26.92 | - |
| YUV | 151.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 133 | 0.08 | 0 | 0.16 | 0.38 | 91.2 | 0.11 | 0.57 |
| Hex | 91 | 9E | 85 | 8 | 0 | 10 | 26 | 5B | B | 39 |
| Octal | 221 | 236 | 205 | 10 | 0 | 20 | 46 | 133 | 13 | 71 |
| Binary | 10010001 | 10011110 | 10000101 | 1000 | 0 | 10000 | 100110 | 1011011 | 1011 | 111001 |
Color Harmonies of #919E85
Complementary color
Monochromatic Colors of #919E85
Black with #919E85
Text Example
Text Example
White with #919E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E85; }
p { color: rgb(145,158,133); }
H1.HeaderClassName
{
color: #919E85;
}
.AnyTagClassName
{
color: #919E85;
}
</style>
background-color css
<style>
a { background-color: #919E85; }
a { background-color: rgb(145,158,133); }
div.DivClassName
{
background-color: #919E85;
}
.BgClassName
{
background-color: #919E85;
}
</style>
border-color css
<style>
span { border-color: #919E85; }
span { border-color: rgb(145,158,133); }
td.TdClassName
{
border-color: #919E85;
}
.TagClassName
{
border-color: #919E85;
}
</style>