Shades of Delta #919D85
Tints of Delta #919D85
RGB
CMYK
RGB Variations
Color information
#919D85 (or 0x919D85) is known color: Delta. HEX triplet: 91, 9D and 85. RGB value is (145,157,133). Sum of RGB (Red+Green+Blue) = 145+157+133=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #919D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D85 is #6E627A. Grayscale: #969696. Windows color (decimal): -7234171 or 8756625. OLE color: 8756625.
HSL color Cylindrical-coordinate representation of color #919D85: hue angle of 90º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919D85 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 133 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.38 |
| HSL | 90º | 0.11% | 0.57% | - |
| HSV(B) | 90º | 0.15% | 0.62% | - |
| XYZ | 27.97 | 31.83 | 26.86 | - |
| YUV | 150.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 133 | 0.08 | 0 | 0.15 | 0.38 | 90 | 0.11 | 0.57 |
| Hex | 91 | 9D | 85 | 8 | 0 | F | 26 | 5A | B | 39 |
| Octal | 221 | 235 | 205 | 10 | 0 | 17 | 46 | 132 | 13 | 71 |
| Binary | 10010001 | 10011101 | 10000101 | 1000 | 0 | 1111 | 100110 | 1011010 | 1011 | 111001 |
Color Harmonies of #919D85
Complementary color
Monochromatic Colors of #919D85
Black with #919D85
Text Example
Text Example
White with #919D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D85; }
p { color: rgb(145,157,133); }
H1.HeaderClassName
{
color: #919D85;
}
.AnyTagClassName
{
color: #919D85;
}
</style>
background-color css
<style>
a { background-color: #919D85; }
a { background-color: rgb(145,157,133); }
div.DivClassName
{
background-color: #919D85;
}
.BgClassName
{
background-color: #919D85;
}
</style>
border-color css
<style>
span { border-color: #919D85; }
span { border-color: rgb(145,157,133); }
td.TdClassName
{
border-color: #919D85;
}
.TagClassName
{
border-color: #919D85;
}
</style>