Shades of Delta #8F9485
Tints of Delta #8F9485
RGB
CMYK
RGB Variations
Color information
#8F9485 (or 0x8F9485) is known color: Delta. HEX triplet: 8F, 94 and 85. RGB value is (143,148,133). Sum of RGB (Red+Green+Blue) = 143+148+133=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9485 is #706B7A. Grayscale: #909090. Windows color (decimal): -7367547 or 8754319. OLE color: 8754319.
HSL color Cylindrical-coordinate representation of color #8F9485: hue angle of 80º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9485 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 133 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.42 |
| HSL | 80º | 0.07% | 0.55% | - |
| HSV(B) | 80º | 0.1% | 0.58% | - |
| XYZ | 26.15 | 28.71 | 26.35 | - |
| YUV | 144.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 133 | 0.03 | 0 | 0.10 | 0.42 | 80 | 0.07 | 0.55 |
| Hex | 8F | 94 | 85 | 3 | 0 | A | 2A | 50 | 7 | 37 |
| Octal | 217 | 224 | 205 | 3 | 0 | 12 | 52 | 120 | 7 | 67 |
| Binary | 10001111 | 10010100 | 10000101 | 11 | 0 | 1010 | 101010 | 1010000 | 111 | 110111 |
Color Harmonies of #8F9485
Complementary color
Monochromatic Colors of #8F9485
Black with #8F9485
Text Example
Text Example
White with #8F9485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9485; }
p { color: rgb(143,148,133); }
H1.HeaderClassName
{
color: #8F9485;
}
.AnyTagClassName
{
color: #8F9485;
}
</style>
background-color css
<style>
a { background-color: #8F9485; }
a { background-color: rgb(143,148,133); }
div.DivClassName
{
background-color: #8F9485;
}
.BgClassName
{
background-color: #8F9485;
}
</style>
border-color css
<style>
span { border-color: #8F9485; }
span { border-color: rgb(143,148,133); }
td.TdClassName
{
border-color: #8F9485;
}
.TagClassName
{
border-color: #8F9485;
}
</style>