Shades of Delta #8F9487
Tints of Delta #8F9487
RGB
CMYK
RGB Variations
Color information
#8F9487 (or 0x8F9487) is known color: Delta. HEX triplet: 8F, 94 and 87. RGB value is (143,148,135). Sum of RGB (Red+Green+Blue) = 143+148+135=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9487 is #706B78. Grayscale: #919191. Windows color (decimal): -7367545 or 8885391. OLE color: 8885391.
HSL color Cylindrical-coordinate representation of color #8F9487: hue angle of 83.08º 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 #8F9487 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 135 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.42 |
| HSL | 83.08º | 0.06% | 0.55% | - |
| HSV(B) | 83.08º | 0.09% | 0.58% | - |
| XYZ | 26.29 | 28.77 | 27.09 | - |
| YUV | 145.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 135 | 0.03 | 0 | 0.09 | 0.42 | 83.08 | 0.06 | 0.55 |
| Hex | 8F | 94 | 87 | 3 | 0 | 9 | 2A | 53 | 6 | 37 |
| Octal | 217 | 224 | 207 | 3 | 0 | 11 | 52 | 123 | 6 | 67 |
| Binary | 10001111 | 10010100 | 10000111 | 11 | 0 | 1001 | 101010 | 1010011 | 110 | 110111 |
Color Harmonies of #8F9487
Complementary color
Monochromatic Colors of #8F9487
Black with #8F9487
Text Example
Text Example
White with #8F9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9487; }
p { color: rgb(143,148,135); }
H1.HeaderClassName
{
color: #8F9487;
}
.AnyTagClassName
{
color: #8F9487;
}
</style>
background-color css
<style>
a { background-color: #8F9487; }
a { background-color: rgb(143,148,135); }
div.DivClassName
{
background-color: #8F9487;
}
.BgClassName
{
background-color: #8F9487;
}
</style>
border-color css
<style>
span { border-color: #8F9487; }
span { border-color: rgb(143,148,135); }
td.TdClassName
{
border-color: #8F9487;
}
.TagClassName
{
border-color: #8F9487;
}
</style>