Shades of Delta #8F9289
Tints of Delta #8F9289
RGB
CMYK
RGB Variations
Color information
#8F9289 (or 0x8F9289) is known color: Delta. HEX triplet: 8F, 92 and 89. RGB value is (143,146,137). Sum of RGB (Red+Green+Blue) = 143+146+137=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9289 is #706D76. Grayscale: #909090. Windows color (decimal): -7368055 or 9015951. OLE color: 9015951.
HSL color Cylindrical-coordinate representation of color #8F9289: hue angle of 80º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F9289 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 137 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.43 |
| HSL | 80º | 0.04% | 0.55% | - |
| HSV(B) | 80º | 0.06% | 0.57% | - |
| XYZ | 26.12 | 28.2 | 27.73 | - |
| YUV | 144.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 137 | 0.02 | 0 | 0.06 | 0.43 | 80 | 0.04 | 0.55 |
| Hex | 8F | 92 | 89 | 2 | 0 | 6 | 2B | 50 | 4 | 37 |
| Octal | 217 | 222 | 211 | 2 | 0 | 6 | 53 | 120 | 4 | 67 |
| Binary | 10001111 | 10010010 | 10001001 | 10 | 0 | 110 | 101011 | 1010000 | 100 | 110111 |
Color Harmonies of #8F9289
Complementary color
Monochromatic Colors of #8F9289
Black with #8F9289
Text Example
Text Example
White with #8F9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9289; }
p { color: rgb(143,146,137); }
H1.HeaderClassName
{
color: #8F9289;
}
.AnyTagClassName
{
color: #8F9289;
}
</style>
background-color css
<style>
a { background-color: #8F9289; }
a { background-color: rgb(143,146,137); }
div.DivClassName
{
background-color: #8F9289;
}
.BgClassName
{
background-color: #8F9289;
}
</style>
border-color css
<style>
span { border-color: #8F9289; }
span { border-color: rgb(143,146,137); }
td.TdClassName
{
border-color: #8F9289;
}
.TagClassName
{
border-color: #8F9289;
}
</style>