Shades of Delta #919885
Tints of Delta #919885
RGB
CMYK
RGB Variations
Color information
#919885 (or 0x919885) is known color: Delta. HEX triplet: 91, 98 and 85. RGB value is (145,152,133). Sum of RGB (Red+Green+Blue) = 145+152+133=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #919885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919885 is #6E677A. Grayscale: #939393. Windows color (decimal): -7235451 or 8755345. OLE color: 8755345.
HSL color Cylindrical-coordinate representation of color #919885: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919885 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 133 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.40 |
| HSL | 82.11º | 0.08% | 0.56% | - |
| HSV(B) | 82.11º | 0.13% | 0.6% | - |
| XYZ | 27.14 | 30.17 | 26.58 | - |
| YUV | 147.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 133 | 0.05 | 0 | 0.13 | 0.40 | 82.11 | 0.08 | 0.56 |
| Hex | 91 | 98 | 85 | 5 | 0 | D | 28 | 52 | 8 | 38 |
| Octal | 221 | 230 | 205 | 5 | 0 | 15 | 50 | 122 | 10 | 70 |
| Binary | 10010001 | 10011000 | 10000101 | 101 | 0 | 1101 | 101000 | 1010010 | 1000 | 111000 |
Color Harmonies of #919885
Complementary color
Monochromatic Colors of #919885
Black with #919885
Text Example
Text Example
White with #919885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919885; }
p { color: rgb(145,152,133); }
H1.HeaderClassName
{
color: #919885;
}
.AnyTagClassName
{
color: #919885;
}
</style>
background-color css
<style>
a { background-color: #919885; }
a { background-color: rgb(145,152,133); }
div.DivClassName
{
background-color: #919885;
}
.BgClassName
{
background-color: #919885;
}
</style>
border-color css
<style>
span { border-color: #919885; }
span { border-color: rgb(145,152,133); }
td.TdClassName
{
border-color: #919885;
}
.TagClassName
{
border-color: #919885;
}
</style>