Shades of Delta #909489
Tints of Delta #909489
RGB
CMYK
RGB Variations
Color information
#909489 (or 0x909489) is known color: Delta. HEX triplet: 90, 94 and 89. RGB value is (144,148,137). Sum of RGB (Red+Green+Blue) = 144+148+137=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #909489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909489 is #6F6B76. Grayscale: #919191. Windows color (decimal): -7302007 or 9016464. OLE color: 9016464.
HSL color Cylindrical-coordinate representation of color #909489: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #909489 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 137 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.42 |
| HSL | 81.82º | 0.05% | 0.56% | - |
| HSV(B) | 81.82º | 0.07% | 0.58% | - |
| XYZ | 26.61 | 28.92 | 27.85 | - |
| YUV | 145.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 137 | 0.03 | 0 | 0.07 | 0.42 | 81.82 | 0.05 | 0.56 |
| Hex | 90 | 94 | 89 | 3 | 0 | 7 | 2A | 52 | 5 | 38 |
| Octal | 220 | 224 | 211 | 3 | 0 | 7 | 52 | 122 | 5 | 70 |
| Binary | 10010000 | 10010100 | 10001001 | 11 | 0 | 111 | 101010 | 1010010 | 101 | 111000 |
Color Harmonies of #909489
Complementary color
Monochromatic Colors of #909489
Black with #909489
Text Example
Text Example
White with #909489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909489; }
p { color: rgb(144,148,137); }
H1.HeaderClassName
{
color: #909489;
}
.AnyTagClassName
{
color: #909489;
}
</style>
background-color css
<style>
a { background-color: #909489; }
a { background-color: rgb(144,148,137); }
div.DivClassName
{
background-color: #909489;
}
.BgClassName
{
background-color: #909489;
}
</style>
border-color css
<style>
span { border-color: #909489; }
span { border-color: rgb(144,148,137); }
td.TdClassName
{
border-color: #909489;
}
.TagClassName
{
border-color: #909489;
}
</style>