Shades of Mischka #9BA1B4
Tints of Mischka #9BA1B4
RGB
CMYK
RGB Variations
Color information
#9BA1B4 (or 0x9BA1B4) is known color: Mischka. HEX triplet: 9B, A1 and B4. RGB value is (155,161,180). Sum of RGB (Red+Green+Blue) = 155+161+180=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1B4 is #645E4B. Grayscale: #A1A1A1. Windows color (decimal): -6577740 or 11837851. OLE color: 11837851.
HSL color Cylindrical-coordinate representation of color #9BA1B4: hue angle of 225.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA1B4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 161 | 180 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.29 |
| HSL | 225.6º | 0.14% | 0.66% | - |
| HSV(B) | 225.6º | 0.14% | 0.71% | - |
| XYZ | 34.5 | 35.75 | 48.26 | - |
| YUV | 161.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 180 | 0.14 | 0.11 | 0 | 0.29 | 225.6 | 0.14 | 0.66 |
| Hex | 9B | A1 | B4 | E | B | 0 | 1D | E2 | E | 42 |
| Octal | 233 | 241 | 264 | 16 | 13 | 0 | 35 | 342 | 16 | 102 |
| Binary | 10011011 | 10100001 | 10110100 | 1110 | 1011 | 0 | 11101 | 11100010 | 1110 | 1000010 |
Color Harmonies of #9BA1B4
Complementary color
Monochromatic Colors of #9BA1B4
Black with #9BA1B4
Text Example
Text Example
White with #9BA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1B4; }
p { color: rgb(155,161,180); }
H1.HeaderClassName
{
color: #9BA1B4;
}
.AnyTagClassName
{
color: #9BA1B4;
}
</style>
background-color css
<style>
a { background-color: #9BA1B4; }
a { background-color: rgb(155,161,180); }
div.DivClassName
{
background-color: #9BA1B4;
}
.BgClassName
{
background-color: #9BA1B4;
}
</style>
border-color css
<style>
span { border-color: #9BA1B4; }
span { border-color: rgb(155,161,180); }
td.TdClassName
{
border-color: #9BA1B4;
}
.TagClassName
{
border-color: #9BA1B4;
}
</style>