Shades of Delta #8F918C
Tints of Delta #8F918C
RGB
CMYK
RGB Variations
Color information
#8F918C (or 0x8F918C) is known color: Delta. HEX triplet: 8F, 91 and 8C. RGB value is (143,145,140). Sum of RGB (Red+Green+Blue) = 143+145+140=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 145 - color contains mainly: green. Hex color #8F918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F918C is #706E73. Grayscale: #8F8F8F. Windows color (decimal): -7368308 or 9212303. OLE color: 9212303.
HSL color Cylindrical-coordinate representation of color #8F918C: hue angle of 84º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F918C is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 140 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.43 |
| HSL | 84º | 0.02% | 0.56% | - |
| HSV(B) | 84º | 0.03% | 0.57% | - |
| XYZ | 26.19 | 27.98 | 28.83 | - |
| YUV | 143.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 140 | 0.01 | 0 | 0.03 | 0.43 | 84 | 0.02 | 0.56 |
| Hex | 8F | 91 | 8C | 1 | 0 | 3 | 2B | 54 | 2 | 38 |
| Octal | 217 | 221 | 214 | 1 | 0 | 3 | 53 | 124 | 2 | 70 |
| Binary | 10001111 | 10010001 | 10001100 | 1 | 0 | 11 | 101011 | 1010100 | 10 | 111000 |
Color Harmonies of #8F918C
Complementary color
Monochromatic Colors of #8F918C
Black with #8F918C
Text Example
Text Example
White with #8F918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F918C; }
p { color: rgb(143,145,140); }
H1.HeaderClassName
{
color: #8F918C;
}
.AnyTagClassName
{
color: #8F918C;
}
</style>
background-color css
<style>
a { background-color: #8F918C; }
a { background-color: rgb(143,145,140); }
div.DivClassName
{
background-color: #8F918C;
}
.BgClassName
{
background-color: #8F918C;
}
</style>
border-color css
<style>
span { border-color: #8F918C; }
span { border-color: rgb(143,145,140); }
td.TdClassName
{
border-color: #8F918C;
}
.TagClassName
{
border-color: #8F918C;
}
</style>