Shades of Delta #8F948A
Tints of Delta #8F948A
RGB
CMYK
RGB Variations
Color information
#8F948A (or 0x8F948A) is known color: Delta. HEX triplet: 8F, 94 and 8A. RGB value is (143,148,138). Sum of RGB (Red+Green+Blue) = 143+148+138=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #8F948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F948A is #706B75. Grayscale: #919191. Windows color (decimal): -7367542 or 9081999. OLE color: 9081999.
HSL color Cylindrical-coordinate representation of color #8F948A: hue angle of 90º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F948A is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 138 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.42 |
| HSL | 90º | 0.04% | 0.56% | - |
| HSV(B) | 90º | 0.07% | 0.58% | - |
| XYZ | 26.51 | 28.85 | 28.22 | - |
| YUV | 145.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 138 | 0.03 | 0 | 0.07 | 0.42 | 90 | 0.04 | 0.56 |
| Hex | 8F | 94 | 8A | 3 | 0 | 7 | 2A | 5A | 4 | 38 |
| Octal | 217 | 224 | 212 | 3 | 0 | 7 | 52 | 132 | 4 | 70 |
| Binary | 10001111 | 10010100 | 10001010 | 11 | 0 | 111 | 101010 | 1011010 | 100 | 111000 |
Color Harmonies of #8F948A
Complementary color
Monochromatic Colors of #8F948A
Black with #8F948A
Text Example
Text Example
White with #8F948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F948A; }
p { color: rgb(143,148,138); }
H1.HeaderClassName
{
color: #8F948A;
}
.AnyTagClassName
{
color: #8F948A;
}
</style>
background-color css
<style>
a { background-color: #8F948A; }
a { background-color: rgb(143,148,138); }
div.DivClassName
{
background-color: #8F948A;
}
.BgClassName
{
background-color: #8F948A;
}
</style>
border-color css
<style>
span { border-color: #8F948A; }
span { border-color: rgb(143,148,138); }
td.TdClassName
{
border-color: #8F948A;
}
.TagClassName
{
border-color: #8F948A;
}
</style>