Shades of Delta #8D9487
Tints of Delta #8D9487
RGB
CMYK
RGB Variations
Color information
#8D9487 (or 0x8D9487) is known color: Delta. HEX triplet: 8D, 94 and 87. RGB value is (141,148,135). Sum of RGB (Red+Green+Blue) = 141+148+135=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9487 is #726B78. Grayscale: #909090. Windows color (decimal): -7498617 or 8885389. OLE color: 8885389.
HSL color Cylindrical-coordinate representation of color #8D9487: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D9487 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 135 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.42 |
| HSL | 92.31º | 0.06% | 0.55% | - |
| HSV(B) | 92.31º | 0.09% | 0.58% | - |
| XYZ | 25.95 | 28.59 | 27.07 | - |
| YUV | 144.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 135 | 0.05 | 0 | 0.09 | 0.42 | 92.31 | 0.06 | 0.55 |
| Hex | 8D | 94 | 87 | 5 | 0 | 9 | 2A | 5C | 6 | 37 |
| Octal | 215 | 224 | 207 | 5 | 0 | 11 | 52 | 134 | 6 | 67 |
| Binary | 10001101 | 10010100 | 10000111 | 101 | 0 | 1001 | 101010 | 1011100 | 110 | 110111 |
Color Harmonies of #8D9487
Complementary color
Monochromatic Colors of #8D9487
Black with #8D9487
Text Example
Text Example
White with #8D9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9487; }
p { color: rgb(141,148,135); }
H1.HeaderClassName
{
color: #8D9487;
}
.AnyTagClassName
{
color: #8D9487;
}
</style>
background-color css
<style>
a { background-color: #8D9487; }
a { background-color: rgb(141,148,135); }
div.DivClassName
{
background-color: #8D9487;
}
.BgClassName
{
background-color: #8D9487;
}
</style>
border-color css
<style>
span { border-color: #8D9487; }
span { border-color: rgb(141,148,135); }
td.TdClassName
{
border-color: #8D9487;
}
.TagClassName
{
border-color: #8D9487;
}
</style>