Shades of Delta #919785
Tints of Delta #919785
RGB
CMYK
RGB Variations
Color information
#919785 (or 0x919785) is known color: Delta. HEX triplet: 91, 97 and 85. RGB value is (145,151,133). Sum of RGB (Red+Green+Blue) = 145+151+133=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 151 - color contains mainly: green. Hex color #919785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919785 is #6E687A. Grayscale: #939393. Windows color (decimal): -7235707 or 8755089. OLE color: 8755089.
HSL color Cylindrical-coordinate representation of color #919785: hue angle of 80º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919785 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 133 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.41 |
| HSL | 80º | 0.08% | 0.56% | - |
| HSV(B) | 80º | 0.12% | 0.59% | - |
| XYZ | 26.98 | 29.85 | 26.53 | - |
| YUV | 147.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 133 | 0.04 | 0 | 0.12 | 0.41 | 80 | 0.08 | 0.56 |
| Hex | 91 | 97 | 85 | 4 | 0 | C | 29 | 50 | 8 | 38 |
| Octal | 221 | 227 | 205 | 4 | 0 | 14 | 51 | 120 | 10 | 70 |
| Binary | 10010001 | 10010111 | 10000101 | 100 | 0 | 1100 | 101001 | 1010000 | 1000 | 111000 |
Color Harmonies of #919785
Complementary color
Monochromatic Colors of #919785
Black with #919785
Text Example
Text Example
White with #919785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919785; }
p { color: rgb(145,151,133); }
H1.HeaderClassName
{
color: #919785;
}
.AnyTagClassName
{
color: #919785;
}
</style>
background-color css
<style>
a { background-color: #919785; }
a { background-color: rgb(145,151,133); }
div.DivClassName
{
background-color: #919785;
}
.BgClassName
{
background-color: #919785;
}
</style>
border-color css
<style>
span { border-color: #919785; }
span { border-color: rgb(145,151,133); }
td.TdClassName
{
border-color: #919785;
}
.TagClassName
{
border-color: #919785;
}
</style>