Shades of Delta #909985
Tints of Delta #909985
RGB
CMYK
RGB Variations
Color information
#909985 (or 0x909985) is known color: Delta. HEX triplet: 90, 99 and 85. RGB value is (144,153,133). Sum of RGB (Red+Green+Blue) = 144+153+133=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #909985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909985 is #6F667A. Grayscale: #949494. Windows color (decimal): -7300731 or 8755600. OLE color: 8755600.
HSL color Cylindrical-coordinate representation of color #909985: hue angle of 87º 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 #909985 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 133 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.4 |
| HSL | 87º | 0.09% | 0.56% | - |
| HSV(B) | 87º | 0.13% | 0.6% | - |
| XYZ | 27.13 | 30.41 | 26.63 | - |
| YUV | 148.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 133 | 0.06 | 0 | 0.13 | 0.4 | 87 | 0.09 | 0.56 |
| Hex | 90 | 99 | 85 | 6 | 0 | D | 28 | 57 | 9 | 38 |
| Octal | 220 | 231 | 205 | 6 | 0 | 15 | 50 | 127 | 11 | 70 |
| Binary | 10010000 | 10011001 | 10000101 | 110 | 0 | 1101 | 101000 | 1010111 | 1001 | 111000 |
Color Harmonies of #909985
Complementary color
Monochromatic Colors of #909985
Black with #909985
Text Example
Text Example
White with #909985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909985; }
p { color: rgb(144,153,133); }
H1.HeaderClassName
{
color: #909985;
}
.AnyTagClassName
{
color: #909985;
}
</style>
background-color css
<style>
a { background-color: #909985; }
a { background-color: rgb(144,153,133); }
div.DivClassName
{
background-color: #909985;
}
.BgClassName
{
background-color: #909985;
}
</style>
border-color css
<style>
span { border-color: #909985; }
span { border-color: rgb(144,153,133); }
td.TdClassName
{
border-color: #909985;
}
.TagClassName
{
border-color: #909985;
}
</style>