Shades of Mischka #9FA4AF
Tints of Mischka #9FA4AF
RGB
CMYK
RGB Variations
Color information
#9FA4AF (or 0x9FA4AF) is known color: Mischka. HEX triplet: 9F, A4 and AF. RGB value is (159,164,175). Sum of RGB (Red+Green+Blue) = 159+164+175=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #9FA4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA4AF is #605B50. Grayscale: #A3A3A3. Windows color (decimal): -6314833 or 11510943. OLE color: 11510943.
HSL color Cylindrical-coordinate representation of color #9FA4AF: hue angle of 221.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA4AF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 164 | 175 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.31 |
| HSL | 221.25º | 0.09% | 0.65% | - |
| HSV(B) | 221.25º | 0.09% | 0.69% | - |
| XYZ | 35.31 | 37.02 | 45.84 | - |
| YUV | 163.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 175 | 0.09 | 0.06 | 0 | 0.31 | 221.25 | 0.09 | 0.65 |
| Hex | 9F | A4 | AF | 9 | 6 | 0 | 1F | DD | 9 | 41 |
| Octal | 237 | 244 | 257 | 11 | 6 | 0 | 37 | 335 | 11 | 101 |
| Binary | 10011111 | 10100100 | 10101111 | 1001 | 110 | 0 | 11111 | 11011101 | 1001 | 1000001 |
Color Harmonies of #9FA4AF
Complementary color
Monochromatic Colors of #9FA4AF
Black with #9FA4AF
Text Example
Text Example
White with #9FA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4AF; }
p { color: rgb(159,164,175); }
H1.HeaderClassName
{
color: #9FA4AF;
}
.AnyTagClassName
{
color: #9FA4AF;
}
</style>
background-color css
<style>
a { background-color: #9FA4AF; }
a { background-color: rgb(159,164,175); }
div.DivClassName
{
background-color: #9FA4AF;
}
.BgClassName
{
background-color: #9FA4AF;
}
</style>
border-color css
<style>
span { border-color: #9FA4AF; }
span { border-color: rgb(159,164,175); }
td.TdClassName
{
border-color: #9FA4AF;
}
.TagClassName
{
border-color: #9FA4AF;
}
</style>