Shades of Studio #7E4BAC
Tints of Studio #7E4BAC
RGB
CMYK
RGB Variations
Color information
#7E4BAC (or 0x7E4BAC) is known color: Studio. HEX triplet: 7E, 4B and AC. RGB value is (126,75,172). Sum of RGB (Red+Green+Blue) = 126+75+172=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E4BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4BAC is #81B453. Grayscale: #646464. Windows color (decimal): -8500308 or 11291518. OLE color: 11291518.
HSL color Cylindrical-coordinate representation of color #7E4BAC: hue angle of 271.55º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E4BAC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 75 | 172 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.33 |
| HSL | 271.55º | 0.39% | 0.48% | - |
| HSV(B) | 271.55º | 0.56% | 0.67% | - |
| XYZ | 18.57 | 12.45 | 40.45 | - |
| YUV | 101.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 172 | 0.27 | 0.56 | 0 | 0.33 | 271.55 | 0.39 | 0.48 |
| Hex | 7E | 4B | AC | 1B | 38 | 0 | 21 | 110 | 27 | 30 |
| Octal | 176 | 113 | 254 | 33 | 70 | 0 | 41 | 420 | 47 | 60 |
| Binary | 1111110 | 1001011 | 10101100 | 11011 | 111000 | 0 | 100001 | 100010000 | 100111 | 110000 |
Color Harmonies of #7E4BAC
Complementary color
Monochromatic Colors of #7E4BAC
Black with #7E4BAC
Text Example
Text Example
White with #7E4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4BAC; }
p { color: rgb(126,75,172); }
H1.HeaderClassName
{
color: #7E4BAC;
}
.AnyTagClassName
{
color: #7E4BAC;
}
</style>
background-color css
<style>
a { background-color: #7E4BAC; }
a { background-color: rgb(126,75,172); }
div.DivClassName
{
background-color: #7E4BAC;
}
.BgClassName
{
background-color: #7E4BAC;
}
</style>
border-color css
<style>
span { border-color: #7E4BAC; }
span { border-color: rgb(126,75,172); }
td.TdClassName
{
border-color: #7E4BAC;
}
.TagClassName
{
border-color: #7E4BAC;
}
</style>