Shades of Delta #90A083
Tints of Delta #90A083
RGB
CMYK
RGB Variations
Color information
#90A083 (or 0x90A083) is known color: Delta. HEX triplet: 90, A0 and 83. RGB value is (144,160,131). Sum of RGB (Red+Green+Blue) = 144+160+131=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #90A083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A083 is #6F5F7C. Grayscale: #989898. Windows color (decimal): -7298941 or 8626320. OLE color: 8626320.
HSL color Cylindrical-coordinate representation of color #90A083: hue angle of 93.1º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90A083 is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 131 | - |
| CMYK | 0.1 | 0 | 0.18 | 0.37 |
| HSL | 93.1º | 0.13% | 0.57% | - |
| HSV(B) | 93.1º | 0.18% | 0.63% | - |
| XYZ | 28.17 | 32.71 | 26.3 | - |
| YUV | 151.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 131 | 0.1 | 0 | 0.18 | 0.37 | 93.1 | 0.13 | 0.57 |
| Hex | 90 | A0 | 83 | A | 0 | 12 | 25 | 5D | D | 39 |
| Octal | 220 | 240 | 203 | 12 | 0 | 22 | 45 | 135 | 15 | 71 |
| Binary | 10010000 | 10100000 | 10000011 | 1010 | 0 | 10010 | 100101 | 1011101 | 1101 | 111001 |
Color Harmonies of #90A083
Complementary color
Monochromatic Colors of #90A083
Black with #90A083
Text Example
Text Example
White with #90A083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A083; }
p { color: rgb(144,160,131); }
H1.HeaderClassName
{
color: #90A083;
}
.AnyTagClassName
{
color: #90A083;
}
</style>
background-color css
<style>
a { background-color: #90A083; }
a { background-color: rgb(144,160,131); }
div.DivClassName
{
background-color: #90A083;
}
.BgClassName
{
background-color: #90A083;
}
</style>
border-color css
<style>
span { border-color: #90A083; }
span { border-color: rgb(144,160,131); }
td.TdClassName
{
border-color: #90A083;
}
.TagClassName
{
border-color: #90A083;
}
</style>