Shades of Mischka #9BA2B4
Tints of Mischka #9BA2B4
RGB
CMYK
RGB Variations
Color information
#9BA2B4 (or 0x9BA2B4) is known color: Mischka. HEX triplet: 9B, A2 and B4. RGB value is (155,162,180). Sum of RGB (Red+Green+Blue) = 155+162+180=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BA2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2B4 is #645D4B. Grayscale: #A1A1A1. Windows color (decimal): -6577484 or 11838107. OLE color: 11838107.
HSL color Cylindrical-coordinate representation of color #9BA2B4: hue angle of 223.2º 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 #9BA2B4 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 162 | 180 | - |
| CMYK | 0.14 | 0.1 | 0 | 0.29 |
| HSL | 223.2º | 0.14% | 0.66% | - |
| HSV(B) | 223.2º | 0.14% | 0.71% | - |
| XYZ | 34.68 | 36.1 | 48.32 | - |
| YUV | 161.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 180 | 0.14 | 0.1 | 0 | 0.29 | 223.2 | 0.14 | 0.66 |
| Hex | 9B | A2 | B4 | E | A | 0 | 1D | DF | E | 42 |
| Octal | 233 | 242 | 264 | 16 | 12 | 0 | 35 | 337 | 16 | 102 |
| Binary | 10011011 | 10100010 | 10110100 | 1110 | 1010 | 0 | 11101 | 11011111 | 1110 | 1000010 |
Color Harmonies of #9BA2B4
Complementary color
Monochromatic Colors of #9BA2B4
Black with #9BA2B4
Text Example
Text Example
White with #9BA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2B4; }
p { color: rgb(155,162,180); }
H1.HeaderClassName
{
color: #9BA2B4;
}
.AnyTagClassName
{
color: #9BA2B4;
}
</style>
background-color css
<style>
a { background-color: #9BA2B4; }
a { background-color: rgb(155,162,180); }
div.DivClassName
{
background-color: #9BA2B4;
}
.BgClassName
{
background-color: #9BA2B4;
}
</style>
border-color css
<style>
span { border-color: #9BA2B4; }
span { border-color: rgb(155,162,180); }
td.TdClassName
{
border-color: #9BA2B4;
}
.TagClassName
{
border-color: #9BA2B4;
}
</style>