Shades of Delta #909F81
Tints of Delta #909F81
RGB
CMYK
RGB Variations
Color information
#909F81 (or 0x909F81) is known color: Delta. HEX triplet: 90, 9F and 81. RGB value is (144,159,129). Sum of RGB (Red+Green+Blue) = 144+159+129=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #909F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909F81 is #6F607E. Grayscale: #979797. Windows color (decimal): -7299199 or 8494992. OLE color: 8494992.
HSL color Cylindrical-coordinate representation of color #909F81: hue angle of 90º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909F81 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 159 | 129 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.38 |
| HSL | 90º | 0.14% | 0.56% | - |
| HSV(B) | 90º | 0.19% | 0.62% | - |
| XYZ | 27.86 | 32.31 | 25.54 | - |
| YUV | 151.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 129 | 0.09 | 0 | 0.19 | 0.38 | 90 | 0.14 | 0.56 |
| Hex | 90 | 9F | 81 | 9 | 0 | 13 | 26 | 5A | E | 38 |
| Octal | 220 | 237 | 201 | 11 | 0 | 23 | 46 | 132 | 16 | 70 |
| Binary | 10010000 | 10011111 | 10000001 | 1001 | 0 | 10011 | 100110 | 1011010 | 1110 | 111000 |
Color Harmonies of #909F81
Complementary color
Monochromatic Colors of #909F81
Black with #909F81
Text Example
Text Example
White with #909F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909F81; }
p { color: rgb(144,159,129); }
H1.HeaderClassName
{
color: #909F81;
}
.AnyTagClassName
{
color: #909F81;
}
</style>
background-color css
<style>
a { background-color: #909F81; }
a { background-color: rgb(144,159,129); }
div.DivClassName
{
background-color: #909F81;
}
.BgClassName
{
background-color: #909F81;
}
</style>
border-color css
<style>
span { border-color: #909F81; }
span { border-color: rgb(144,159,129); }
td.TdClassName
{
border-color: #909F81;
}
.TagClassName
{
border-color: #909F81;
}
</style>