Shades of Delta #909689
Tints of Delta #909689
RGB
CMYK
RGB Variations
Color information
#909689 (or 0x909689) is known color: Delta. HEX triplet: 90, 96 and 89. RGB value is (144,150,137). Sum of RGB (Red+Green+Blue) = 144+150+137=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 150 - color contains mainly: green. Hex color #909689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909689 is #6F6976. Grayscale: #929292. Windows color (decimal): -7301495 or 9016976. OLE color: 9016976.
HSL color Cylindrical-coordinate representation of color #909689: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #909689 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 137 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.41 |
| HSL | 87.69º | 0.06% | 0.56% | - |
| HSV(B) | 87.69º | 0.09% | 0.59% | - |
| XYZ | 26.92 | 29.55 | 27.95 | - |
| YUV | 146.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 137 | 0.04 | 0 | 0.09 | 0.41 | 87.69 | 0.06 | 0.56 |
| Hex | 90 | 96 | 89 | 4 | 0 | 9 | 29 | 58 | 6 | 38 |
| Octal | 220 | 226 | 211 | 4 | 0 | 11 | 51 | 130 | 6 | 70 |
| Binary | 10010000 | 10010110 | 10001001 | 100 | 0 | 1001 | 101001 | 1011000 | 110 | 111000 |
Color Harmonies of #909689
Complementary color
Monochromatic Colors of #909689
Black with #909689
Text Example
Text Example
White with #909689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909689; }
p { color: rgb(144,150,137); }
H1.HeaderClassName
{
color: #909689;
}
.AnyTagClassName
{
color: #909689;
}
</style>
background-color css
<style>
a { background-color: #909689; }
a { background-color: rgb(144,150,137); }
div.DivClassName
{
background-color: #909689;
}
.BgClassName
{
background-color: #909689;
}
</style>
border-color css
<style>
span { border-color: #909689; }
span { border-color: rgb(144,150,137); }
td.TdClassName
{
border-color: #909689;
}
.TagClassName
{
border-color: #909689;
}
</style>