Shades of Shady Lady #B393A4
Tints of Shady Lady #B393A4
RGB
CMYK
RGB Variations
Color information
#B393A4 (or 0xB393A4) is known color: Shady Lady. HEX triplet: B3, 93 and A4. RGB value is (179,147,164). Sum of RGB (Red+Green+Blue) = 179+147+164=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B393A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393A4 is #4C6C5B. Grayscale: #9E9E9E. Windows color (decimal): -5008476 or 10785715. OLE color: 10785715.
HSL color Cylindrical-coordinate representation of color #B393A4: hue angle of 328.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393A4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 164 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.30 |
| HSL | 328.13º | 0.17% | 0.64% | - |
| HSV(B) | 328.13º | 0.18% | 0.7% | - |
| XYZ | 35.72 | 33.13 | 39.63 | - |
| YUV | 158.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 164 | 0 | 0.18 | 0.08 | 0.30 | 328.13 | 0.17 | 0.64 |
| Hex | B3 | 93 | A4 | 0 | 12 | 8 | 1E | 148 | 11 | 40 |
| Octal | 263 | 223 | 244 | 0 | 22 | 10 | 36 | 510 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10100100 | 0 | 10010 | 1000 | 11110 | 101001000 | 10001 | 1000000 |
Color Harmonies of #B393A4
Complementary color
Monochromatic Colors of #B393A4
Black with #B393A4
Text Example
Text Example
White with #B393A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393A4; }
p { color: rgb(179,147,164); }
H1.HeaderClassName
{
color: #B393A4;
}
.AnyTagClassName
{
color: #B393A4;
}
</style>
background-color css
<style>
a { background-color: #B393A4; }
a { background-color: rgb(179,147,164); }
div.DivClassName
{
background-color: #B393A4;
}
.BgClassName
{
background-color: #B393A4;
}
</style>
border-color css
<style>
span { border-color: #B393A4; }
span { border-color: rgb(179,147,164); }
td.TdClassName
{
border-color: #B393A4;
}
.TagClassName
{
border-color: #B393A4;
}
</style>