Shades of Delta #909884
Tints of Delta #909884
RGB
CMYK
RGB Variations
Color information
#909884 (or 0x909884) is known color: Delta. HEX triplet: 90, 98 and 84. RGB value is (144,152,132). Sum of RGB (Red+Green+Blue) = 144+152+132=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #909884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909884 is #6F677B. Grayscale: #939393. Windows color (decimal): -7300988 or 8689808. OLE color: 8689808.
HSL color Cylindrical-coordinate representation of color #909884: hue angle of 84º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #909884 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 132 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.40 |
| HSL | 84º | 0.09% | 0.56% | - |
| HSV(B) | 84º | 0.13% | 0.6% | - |
| XYZ | 26.89 | 30.05 | 26.21 | - |
| YUV | 147.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 132 | 0.05 | 0 | 0.13 | 0.40 | 84 | 0.09 | 0.56 |
| Hex | 90 | 98 | 84 | 5 | 0 | D | 28 | 54 | 9 | 38 |
| Octal | 220 | 230 | 204 | 5 | 0 | 15 | 50 | 124 | 11 | 70 |
| Binary | 10010000 | 10011000 | 10000100 | 101 | 0 | 1101 | 101000 | 1010100 | 1001 | 111000 |
Color Harmonies of #909884
Complementary color
Monochromatic Colors of #909884
Black with #909884
Text Example
Text Example
White with #909884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909884; }
p { color: rgb(144,152,132); }
H1.HeaderClassName
{
color: #909884;
}
.AnyTagClassName
{
color: #909884;
}
</style>
background-color css
<style>
a { background-color: #909884; }
a { background-color: rgb(144,152,132); }
div.DivClassName
{
background-color: #909884;
}
.BgClassName
{
background-color: #909884;
}
</style>
border-color css
<style>
span { border-color: #909884; }
span { border-color: rgb(144,152,132); }
td.TdClassName
{
border-color: #909884;
}
.TagClassName
{
border-color: #909884;
}
</style>