Shades of Delta #9FA495
Tints of Delta #9FA495
RGB
CMYK
RGB Variations
Color information
#9FA495 (or 0x9FA495) is known color: Delta. HEX triplet: 9F, A4 and 95. RGB value is (159,164,149). Sum of RGB (Red+Green+Blue) = 159+164+149=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA495 is #605B6A. Grayscale: #A0A0A0. Windows color (decimal): -6314859 or 9807007. OLE color: 9807007.
HSL color Cylindrical-coordinate representation of color #9FA495: hue angle of 80º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA495 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 149 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.36 |
| HSL | 80º | 0.08% | 0.61% | - |
| HSV(B) | 80º | 0.09% | 0.64% | - |
| XYZ | 33 | 36.09 | 33.66 | - |
| YUV | 160.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 149 | 0.03 | 0 | 0.09 | 0.36 | 80 | 0.08 | 0.61 |
| Hex | 9F | A4 | 95 | 3 | 0 | 9 | 24 | 50 | 8 | 3D |
| Octal | 237 | 244 | 225 | 3 | 0 | 11 | 44 | 120 | 10 | 75 |
| Binary | 10011111 | 10100100 | 10010101 | 11 | 0 | 1001 | 100100 | 1010000 | 1000 | 111101 |
Color Harmonies of #9FA495
Complementary color
Monochromatic Colors of #9FA495
Black with #9FA495
Text Example
Text Example
White with #9FA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA495; }
p { color: rgb(159,164,149); }
H1.HeaderClassName
{
color: #9FA495;
}
.AnyTagClassName
{
color: #9FA495;
}
</style>
background-color css
<style>
a { background-color: #9FA495; }
a { background-color: rgb(159,164,149); }
div.DivClassName
{
background-color: #9FA495;
}
.BgClassName
{
background-color: #9FA495;
}
</style>
border-color css
<style>
span { border-color: #9FA495; }
span { border-color: rgb(159,164,149); }
td.TdClassName
{
border-color: #9FA495;
}
.TagClassName
{
border-color: #9FA495;
}
</style>