Shades of Mischka #9DA3AF
Tints of Mischka #9DA3AF
RGB
CMYK
RGB Variations
Color information
#9DA3AF (or 0x9DA3AF) is known color: Mischka. HEX triplet: 9D, A3 and AF. RGB value is (157,163,175). Sum of RGB (Red+Green+Blue) = 157+163+175=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA3AF is #625C50. Grayscale: #A2A2A2. Windows color (decimal): -6446161 or 11510685. OLE color: 11510685.
HSL color Cylindrical-coordinate representation of color #9DA3AF: hue angle of 220º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DA3AF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 163 | 175 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.31 |
| HSL | 220º | 0.1% | 0.65% | - |
| HSV(B) | 220º | 0.1% | 0.69% | - |
| XYZ | 34.74 | 36.46 | 45.76 | - |
| YUV | 162.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 175 | 0.10 | 0.07 | 0 | 0.31 | 220 | 0.1 | 0.65 |
| Hex | 9D | A3 | AF | A | 7 | 0 | 1F | DC | A | 41 |
| Octal | 235 | 243 | 257 | 12 | 7 | 0 | 37 | 334 | 12 | 101 |
| Binary | 10011101 | 10100011 | 10101111 | 1010 | 111 | 0 | 11111 | 11011100 | 1010 | 1000001 |
Color Harmonies of #9DA3AF
Complementary color
Monochromatic Colors of #9DA3AF
Black with #9DA3AF
Text Example
Text Example
White with #9DA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA3AF; }
p { color: rgb(157,163,175); }
H1.HeaderClassName
{
color: #9DA3AF;
}
.AnyTagClassName
{
color: #9DA3AF;
}
</style>
background-color css
<style>
a { background-color: #9DA3AF; }
a { background-color: rgb(157,163,175); }
div.DivClassName
{
background-color: #9DA3AF;
}
.BgClassName
{
background-color: #9DA3AF;
}
</style>
border-color css
<style>
span { border-color: #9DA3AF; }
span { border-color: rgb(157,163,175); }
td.TdClassName
{
border-color: #9DA3AF;
}
.TagClassName
{
border-color: #9DA3AF;
}
</style>