Shades of Studio #7C5BAB
Tints of Studio #7C5BAB
RGB
CMYK
RGB Variations
Color information
#7C5BAB (or 0x7C5BAB) is known color: Studio. HEX triplet: 7C, 5B and AB. RGB value is (124,91,171). Sum of RGB (Red+Green+Blue) = 124+91+171=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5BAB is #83A454. Grayscale: #6D6D6D. Windows color (decimal): -8627285 or 11230076. OLE color: 11230076.
HSL color Cylindrical-coordinate representation of color #7C5BAB: hue angle of 264.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C5BAB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 91 | 171 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.33 |
| HSL | 264.75º | 0.32% | 0.51% | - |
| HSV(B) | 264.75º | 0.47% | 0.67% | - |
| XYZ | 19.4 | 14.71 | 40.34 | - |
| YUV | 109.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 171 | 0.27 | 0.47 | 0 | 0.33 | 264.75 | 0.32 | 0.51 |
| Hex | 7C | 5B | AB | 1B | 2F | 0 | 21 | 109 | 20 | 33 |
| Octal | 174 | 133 | 253 | 33 | 57 | 0 | 41 | 411 | 40 | 63 |
| Binary | 1111100 | 1011011 | 10101011 | 11011 | 101111 | 0 | 100001 | 100001001 | 100000 | 110011 |
Color Harmonies of #7C5BAB
Complementary color
Monochromatic Colors of #7C5BAB
Black with #7C5BAB
Text Example
Text Example
White with #7C5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5BAB; }
p { color: rgb(124,91,171); }
H1.HeaderClassName
{
color: #7C5BAB;
}
.AnyTagClassName
{
color: #7C5BAB;
}
</style>
background-color css
<style>
a { background-color: #7C5BAB; }
a { background-color: rgb(124,91,171); }
div.DivClassName
{
background-color: #7C5BAB;
}
.BgClassName
{
background-color: #7C5BAB;
}
</style>
border-color css
<style>
span { border-color: #7C5BAB; }
span { border-color: rgb(124,91,171); }
td.TdClassName
{
border-color: #7C5BAB;
}
.TagClassName
{
border-color: #7C5BAB;
}
</style>