Shades of Mischka #9DA1B1
Tints of Mischka #9DA1B1
RGB
CMYK
RGB Variations
Color information
#9DA1B1 (or 0x9DA1B1) is known color: Mischka. HEX triplet: 9D, A1 and B1. RGB value is (157,161,177). Sum of RGB (Red+Green+Blue) = 157+161+177=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #9DA1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA1B1 is #625E4E. Grayscale: #A1A1A1. Windows color (decimal): -6446671 or 11641245. OLE color: 11641245.
HSL color Cylindrical-coordinate representation of color #9DA1B1: hue angle of 228º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DA1B1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 161 | 177 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.31 |
| HSL | 228º | 0.11% | 0.65% | - |
| HSV(B) | 228º | 0.11% | 0.69% | - |
| XYZ | 34.59 | 35.83 | 46.69 | - |
| YUV | 161.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 177 | 0.11 | 0.09 | 0 | 0.31 | 228 | 0.11 | 0.65 |
| Hex | 9D | A1 | B1 | B | 9 | 0 | 1F | E4 | B | 41 |
| Octal | 235 | 241 | 261 | 13 | 11 | 0 | 37 | 344 | 13 | 101 |
| Binary | 10011101 | 10100001 | 10110001 | 1011 | 1001 | 0 | 11111 | 11100100 | 1011 | 1000001 |
Color Harmonies of #9DA1B1
Complementary color
Monochromatic Colors of #9DA1B1
Black with #9DA1B1
Text Example
Text Example
White with #9DA1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA1B1; }
p { color: rgb(157,161,177); }
H1.HeaderClassName
{
color: #9DA1B1;
}
.AnyTagClassName
{
color: #9DA1B1;
}
</style>
background-color css
<style>
a { background-color: #9DA1B1; }
a { background-color: rgb(157,161,177); }
div.DivClassName
{
background-color: #9DA1B1;
}
.BgClassName
{
background-color: #9DA1B1;
}
</style>
border-color css
<style>
span { border-color: #9DA1B1; }
span { border-color: rgb(157,161,177); }
td.TdClassName
{
border-color: #9DA1B1;
}
.TagClassName
{
border-color: #9DA1B1;
}
</style>