Shades of Mischka #9CA4B4
Tints of Mischka #9CA4B4
RGB
CMYK
RGB Variations
Color information
#9CA4B4 (or 0x9CA4B4) is known color: Mischka. HEX triplet: 9C, A4 and B4. RGB value is (156,164,180). Sum of RGB (Red+Green+Blue) = 156+164+180=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #9CA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4B4 is #635B4B. Grayscale: #A3A3A3. Windows color (decimal): -6511436 or 11838620. OLE color: 11838620.
HSL color Cylindrical-coordinate representation of color #9CA4B4: hue angle of 220º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CA4B4 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 164 | 180 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.29 |
| HSL | 220º | 0.14% | 0.66% | - |
| HSV(B) | 220º | 0.13% | 0.71% | - |
| XYZ | 35.22 | 36.91 | 48.45 | - |
| YUV | 163.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 180 | 0.13 | 0.09 | 0 | 0.29 | 220 | 0.14 | 0.66 |
| Hex | 9C | A4 | B4 | D | 9 | 0 | 1D | DC | E | 42 |
| Octal | 234 | 244 | 264 | 15 | 11 | 0 | 35 | 334 | 16 | 102 |
| Binary | 10011100 | 10100100 | 10110100 | 1101 | 1001 | 0 | 11101 | 11011100 | 1110 | 1000010 |
Color Harmonies of #9CA4B4
Complementary color
Monochromatic Colors of #9CA4B4
Black with #9CA4B4
Text Example
Text Example
White with #9CA4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA4B4; }
p { color: rgb(156,164,180); }
H1.HeaderClassName
{
color: #9CA4B4;
}
.AnyTagClassName
{
color: #9CA4B4;
}
</style>
background-color css
<style>
a { background-color: #9CA4B4; }
a { background-color: rgb(156,164,180); }
div.DivClassName
{
background-color: #9CA4B4;
}
.BgClassName
{
background-color: #9CA4B4;
}
</style>
border-color css
<style>
span { border-color: #9CA4B4; }
span { border-color: rgb(156,164,180); }
td.TdClassName
{
border-color: #9CA4B4;
}
.TagClassName
{
border-color: #9CA4B4;
}
</style>