Shades of Studio #7E50BD
Tints of Studio #7E50BD
RGB
CMYK
RGB Variations
Color information
#7E50BD (or 0x7E50BD) is known color: Studio. HEX triplet: 7E, 50 and BD. RGB value is (126,80,189). Sum of RGB (Red+Green+Blue) = 126+80+189=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E50BD is #81AF42. Grayscale: #696969. Windows color (decimal): -8499011 or 12406910. OLE color: 12406910.
HSL color Cylindrical-coordinate representation of color #7E50BD: hue angle of 265.32º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E50BD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 80 | 189 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.26 |
| HSL | 265.32º | 0.45% | 0.53% | - |
| HSV(B) | 265.32º | 0.58% | 0.74% | - |
| XYZ | 20.66 | 13.85 | 49.73 | - |
| YUV | 106.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 189 | 0.33 | 0.58 | 0 | 0.26 | 265.32 | 0.45 | 0.53 |
| Hex | 7E | 50 | BD | 21 | 3A | 0 | 1A | 109 | 2D | 35 |
| Octal | 176 | 120 | 275 | 41 | 72 | 0 | 32 | 411 | 55 | 65 |
| Binary | 1111110 | 1010000 | 10111101 | 100001 | 111010 | 0 | 11010 | 100001001 | 101101 | 110101 |
Color Harmonies of #7E50BD
Complementary color
Monochromatic Colors of #7E50BD
Black with #7E50BD
Text Example
Text Example
White with #7E50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E50BD; }
p { color: rgb(126,80,189); }
H1.HeaderClassName
{
color: #7E50BD;
}
.AnyTagClassName
{
color: #7E50BD;
}
</style>
background-color css
<style>
a { background-color: #7E50BD; }
a { background-color: rgb(126,80,189); }
div.DivClassName
{
background-color: #7E50BD;
}
.BgClassName
{
background-color: #7E50BD;
}
</style>
border-color css
<style>
span { border-color: #7E50BD; }
span { border-color: rgb(126,80,189); }
td.TdClassName
{
border-color: #7E50BD;
}
.TagClassName
{
border-color: #7E50BD;
}
</style>