Shades of Delta #8F928C
Tints of Delta #8F928C
RGB
CMYK
RGB Variations
Color information
#8F928C (or 0x8F928C) is known color: Delta. HEX triplet: 8F, 92 and 8C. RGB value is (143,146,140). Sum of RGB (Red+Green+Blue) = 143+146+140=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 146 - color contains mainly: green. Hex color #8F928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F928C is #706D73. Grayscale: #909090. Windows color (decimal): -7368052 or 9212559. OLE color: 9212559.
HSL color Cylindrical-coordinate representation of color #8F928C: hue angle of 90º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F928C is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 140 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.43 |
| HSL | 90º | 0.03% | 0.56% | - |
| HSV(B) | 90º | 0.04% | 0.57% | - |
| XYZ | 26.34 | 28.29 | 28.88 | - |
| YUV | 144.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 140 | 0.02 | 0 | 0.04 | 0.43 | 90 | 0.03 | 0.56 |
| Hex | 8F | 92 | 8C | 2 | 0 | 4 | 2B | 5A | 3 | 38 |
| Octal | 217 | 222 | 214 | 2 | 0 | 4 | 53 | 132 | 3 | 70 |
| Binary | 10001111 | 10010010 | 10001100 | 10 | 0 | 100 | 101011 | 1011010 | 11 | 111000 |
Color Harmonies of #8F928C
Complementary color
Monochromatic Colors of #8F928C
Black with #8F928C
Text Example
Text Example
White with #8F928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F928C; }
p { color: rgb(143,146,140); }
H1.HeaderClassName
{
color: #8F928C;
}
.AnyTagClassName
{
color: #8F928C;
}
</style>
background-color css
<style>
a { background-color: #8F928C; }
a { background-color: rgb(143,146,140); }
div.DivClassName
{
background-color: #8F928C;
}
.BgClassName
{
background-color: #8F928C;
}
</style>
border-color css
<style>
span { border-color: #8F928C; }
span { border-color: rgb(143,146,140); }
td.TdClassName
{
border-color: #8F928C;
}
.TagClassName
{
border-color: #8F928C;
}
</style>