Shades of Delta #9A9F8F
Tints of Delta #9A9F8F
RGB
CMYK
RGB Variations
Color information
#9A9F8F (or 0x9A9F8F) is known color: Delta. HEX triplet: 9A, 9F and 8F. RGB value is (154,159,143). Sum of RGB (Red+Green+Blue) = 154+159+143=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9F8F is #656070. Grayscale: #9B9B9B. Windows color (decimal): -6643825 or 9412506. OLE color: 9412506.
HSL color Cylindrical-coordinate representation of color #9A9F8F: hue angle of 78.75º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9A9F8F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 159 | 143 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.38 |
| HSL | 78.75º | 0.08% | 0.59% | - |
| HSV(B) | 78.75º | 0.1% | 0.62% | - |
| XYZ | 30.68 | 33.65 | 30.86 | - |
| YUV | 155.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 143 | 0.03 | 0 | 0.10 | 0.38 | 78.75 | 0.08 | 0.59 |
| Hex | 9A | 9F | 8F | 3 | 0 | A | 26 | 4F | 8 | 3B |
| Octal | 232 | 237 | 217 | 3 | 0 | 12 | 46 | 117 | 10 | 73 |
| Binary | 10011010 | 10011111 | 10001111 | 11 | 0 | 1010 | 100110 | 1001111 | 1000 | 111011 |
Color Harmonies of #9A9F8F
Complementary color
Monochromatic Colors of #9A9F8F
Black with #9A9F8F
Text Example
Text Example
White with #9A9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9F8F; }
p { color: rgb(154,159,143); }
H1.HeaderClassName
{
color: #9A9F8F;
}
.AnyTagClassName
{
color: #9A9F8F;
}
</style>
background-color css
<style>
a { background-color: #9A9F8F; }
a { background-color: rgb(154,159,143); }
div.DivClassName
{
background-color: #9A9F8F;
}
.BgClassName
{
background-color: #9A9F8F;
}
</style>
border-color css
<style>
span { border-color: #9A9F8F; }
span { border-color: rgb(154,159,143); }
td.TdClassName
{
border-color: #9A9F8F;
}
.TagClassName
{
border-color: #9A9F8F;
}
</style>