Shades of Delta #90948A
Tints of Delta #90948A
RGB
CMYK
RGB Variations
Color information
#90948A (or 0x90948A) is known color: Delta. HEX triplet: 90, 94 and 8A. RGB value is (144,148,138). Sum of RGB (Red+Green+Blue) = 144+148+138=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #90948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90948A is #6F6B75. Grayscale: #919191. Windows color (decimal): -7302006 or 9082000. OLE color: 9082000.
HSL color Cylindrical-coordinate representation of color #90948A: hue angle of 84º degrees, saturation: 0.04, 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 #90948A is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 138 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.42 |
| HSL | 84º | 0.04% | 0.56% | - |
| HSV(B) | 84º | 0.07% | 0.58% | - |
| XYZ | 26.68 | 28.94 | 28.23 | - |
| YUV | 145.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 138 | 0.03 | 0 | 0.07 | 0.42 | 84 | 0.04 | 0.56 |
| Hex | 90 | 94 | 8A | 3 | 0 | 7 | 2A | 54 | 4 | 38 |
| Octal | 220 | 224 | 212 | 3 | 0 | 7 | 52 | 124 | 4 | 70 |
| Binary | 10010000 | 10010100 | 10001010 | 11 | 0 | 111 | 101010 | 1010100 | 100 | 111000 |
Color Harmonies of #90948A
Complementary color
Monochromatic Colors of #90948A
Black with #90948A
Text Example
Text Example
White with #90948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90948A; }
p { color: rgb(144,148,138); }
H1.HeaderClassName
{
color: #90948A;
}
.AnyTagClassName
{
color: #90948A;
}
</style>
background-color css
<style>
a { background-color: #90948A; }
a { background-color: rgb(144,148,138); }
div.DivClassName
{
background-color: #90948A;
}
.BgClassName
{
background-color: #90948A;
}
</style>
border-color css
<style>
span { border-color: #90948A; }
span { border-color: rgb(144,148,138); }
td.TdClassName
{
border-color: #90948A;
}
.TagClassName
{
border-color: #90948A;
}
</style>