Shades of Mischka #9C9FAB
Tints of Mischka #9C9FAB
RGB
CMYK
RGB Variations
Color information
#9C9FAB (or 0x9C9FAB) is known color: Mischka. HEX triplet: 9C, 9F and AB. RGB value is (156,159,171). Sum of RGB (Red+Green+Blue) = 156+159+171=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9FAB is #636054. Grayscale: #9F9F9F. Windows color (decimal): -6512725 or 11247516. OLE color: 11247516.
HSL color Cylindrical-coordinate representation of color #9C9FAB: hue angle of 228º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9C9FAB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 156 | 159 | 171 | - |
CMYK | 0.09 | 0.07 | 0 | 0.33 |
HSL | 228º | 0.08% | 0.64% | - |
HSV(B) | 228º | 0.09% | 0.67% | - |
XYZ | 33.46 | 34.8 | 43.48 | - |
YUV | 159.47 | 134.51 | 125.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 159 | 171 | 0.09 | 0.07 | 0 | 0.33 | 228 | 0.08 | 0.64 |
Hex | 9C | 9F | AB | 9 | 7 | 0 | 21 | E4 | 8 | 40 |
Octal | 234 | 237 | 253 | 11 | 7 | 0 | 41 | 344 | 10 | 100 |
Binary | 10011100 | 10011111 | 10101011 | 1001 | 111 | 0 | 100001 | 11100100 | 1000 | 1000000 |
Color Harmonies of #9C9FAB
Complementary color
Monochromatic Colors of #9C9FAB
Black with #9C9FAB
Text Example
Text Example
White with #9C9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9FAB; }
p { color: rgb(156,159,171); }
H1.HeaderClassName
{
color: #9C9FAB;
}
.AnyTagClassName
{
color: #9C9FAB;
}
</style>
background-color css
<style>
a { background-color: #9C9FAB; }
a { background-color: rgb(156,159,171); }
div.DivClassName
{
background-color: #9C9FAB;
}
.BgClassName
{
background-color: #9C9FAB;
}
</style>
border-color css
<style>
span { border-color: #9C9FAB; }
span { border-color: rgb(156,159,171); }
td.TdClassName
{
border-color: #9C9FAB;
}
.TagClassName
{
border-color: #9C9FAB;
}
</style>