Shades of Studio #7E5399
Tints of Studio #7E5399
RGB
CMYK
RGB Variations
Color information
#7E5399 (or 0x7E5399) is known color: Studio. HEX triplet: 7E, 53 and 99. RGB value is (126,83,153). Sum of RGB (Red+Green+Blue) = 126+83+153=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5399 is #81AC66. Grayscale: #676767. Windows color (decimal): -8498279 or 10048382. OLE color: 10048382.
HSL color Cylindrical-coordinate representation of color #7E5399: hue angle of 276.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5399 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 83 | 153 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.4 |
| HSL | 276.86º | 0.3% | 0.46% | - |
| HSV(B) | 276.86º | 0.46% | 0.6% | - |
| XYZ | 17.45 | 12.92 | 31.71 | - |
| YUV | 103.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 153 | 0.18 | 0.46 | 0 | 0.4 | 276.86 | 0.3 | 0.46 |
| Hex | 7E | 53 | 99 | 12 | 2E | 0 | 28 | 115 | 1E | 2E |
| Octal | 176 | 123 | 231 | 22 | 56 | 0 | 50 | 425 | 36 | 56 |
| Binary | 1111110 | 1010011 | 10011001 | 10010 | 101110 | 0 | 101000 | 100010101 | 11110 | 101110 |
Color Harmonies of #7E5399
Complementary color
Monochromatic Colors of #7E5399
Black with #7E5399
Text Example
Text Example
White with #7E5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5399; }
p { color: rgb(126,83,153); }
H1.HeaderClassName
{
color: #7E5399;
}
.AnyTagClassName
{
color: #7E5399;
}
</style>
background-color css
<style>
a { background-color: #7E5399; }
a { background-color: rgb(126,83,153); }
div.DivClassName
{
background-color: #7E5399;
}
.BgClassName
{
background-color: #7E5399;
}
</style>
border-color css
<style>
span { border-color: #7E5399; }
span { border-color: rgb(126,83,153); }
td.TdClassName
{
border-color: #7E5399;
}
.TagClassName
{
border-color: #7E5399;
}
</style>