Shades of Mischka #989DAC
Tints of Mischka #989DAC
RGB
CMYK
RGB Variations
Color information
#989DAC (or 0x989DAC) is known color: Mischka. HEX triplet: 98, 9D and AC. RGB value is (152,157,172). Sum of RGB (Red+Green+Blue) = 152+157+172=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #989DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989DAC is #676253. Grayscale: #9D9D9D. Windows color (decimal): -6775380 or 11312536. OLE color: 11312536.
HSL color Cylindrical-coordinate representation of color #989DAC: hue angle of 225º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989DAC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 157 | 172 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.33 |
| HSL | 225º | 0.11% | 0.64% | - |
| HSV(B) | 225º | 0.12% | 0.67% | - |
| XYZ | 32.45 | 33.77 | 43.84 | - |
| YUV | 157.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 172 | 0.12 | 0.09 | 0 | 0.33 | 225 | 0.11 | 0.64 |
| Hex | 98 | 9D | AC | C | 9 | 0 | 21 | E1 | B | 40 |
| Octal | 230 | 235 | 254 | 14 | 11 | 0 | 41 | 341 | 13 | 100 |
| Binary | 10011000 | 10011101 | 10101100 | 1100 | 1001 | 0 | 100001 | 11100001 | 1011 | 1000000 |
Color Harmonies of #989DAC
Complementary color
Monochromatic Colors of #989DAC
Black with #989DAC
Text Example
Text Example
White with #989DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DAC; }
p { color: rgb(152,157,172); }
H1.HeaderClassName
{
color: #989DAC;
}
.AnyTagClassName
{
color: #989DAC;
}
</style>
background-color css
<style>
a { background-color: #989DAC; }
a { background-color: rgb(152,157,172); }
div.DivClassName
{
background-color: #989DAC;
}
.BgClassName
{
background-color: #989DAC;
}
</style>
border-color css
<style>
span { border-color: #989DAC; }
span { border-color: rgb(152,157,172); }
td.TdClassName
{
border-color: #989DAC;
}
.TagClassName
{
border-color: #989DAC;
}
</style>