Shades of Mischka #9FA4AD
Tints of Mischka #9FA4AD
RGB
CMYK
RGB Variations
Color information
#9FA4AD (or 0x9FA4AD) is known color: Mischka. HEX triplet: 9F, A4 and AD. RGB value is (159,164,173). Sum of RGB (Red+Green+Blue) = 159+164+173=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #9FA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA4AD is #605B52. Grayscale: #A3A3A3. Windows color (decimal): -6314835 or 11379871. OLE color: 11379871.
HSL color Cylindrical-coordinate representation of color #9FA4AD: hue angle of 218.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FA4AD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 164 | 173 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.32 |
| HSL | 218.57º | 0.08% | 0.65% | - |
| HSV(B) | 218.57º | 0.08% | 0.68% | - |
| XYZ | 35.12 | 36.94 | 44.81 | - |
| YUV | 163.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 173 | 0.08 | 0.05 | 0 | 0.32 | 218.57 | 0.08 | 0.65 |
| Hex | 9F | A4 | AD | 8 | 5 | 0 | 20 | DB | 8 | 41 |
| Octal | 237 | 244 | 255 | 10 | 5 | 0 | 40 | 333 | 10 | 101 |
| Binary | 10011111 | 10100100 | 10101101 | 1000 | 101 | 0 | 100000 | 11011011 | 1000 | 1000001 |
Color Harmonies of #9FA4AD
Complementary color
Monochromatic Colors of #9FA4AD
Black with #9FA4AD
Text Example
Text Example
White with #9FA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4AD; }
p { color: rgb(159,164,173); }
H1.HeaderClassName
{
color: #9FA4AD;
}
.AnyTagClassName
{
color: #9FA4AD;
}
</style>
background-color css
<style>
a { background-color: #9FA4AD; }
a { background-color: rgb(159,164,173); }
div.DivClassName
{
background-color: #9FA4AD;
}
.BgClassName
{
background-color: #9FA4AD;
}
</style>
border-color css
<style>
span { border-color: #9FA4AD; }
span { border-color: rgb(159,164,173); }
td.TdClassName
{
border-color: #9FA4AD;
}
.TagClassName
{
border-color: #9FA4AD;
}
</style>