Shades of Studio #7E459D
Tints of Studio #7E459D
RGB
CMYK
RGB Variations
Color information
#7E459D (or 0x7E459D) is known color: Studio. HEX triplet: 7E, 45 and 9D. RGB value is (126,69,157). Sum of RGB (Red+Green+Blue) = 126+69+157=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E459D is #81BA62. Grayscale: #5F5F5F. Windows color (decimal): -8501859 or 10306942. OLE color: 10306942.
HSL color Cylindrical-coordinate representation of color #7E459D: hue angle of 278.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E459D is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 69 | 157 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.38 |
| HSL | 278.86º | 0.39% | 0.44% | - |
| HSV(B) | 278.86º | 0.56% | 0.62% | - |
| XYZ | 16.82 | 11.13 | 33.16 | - |
| YUV | 96.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 157 | 0.20 | 0.56 | 0 | 0.38 | 278.86 | 0.39 | 0.44 |
| Hex | 7E | 45 | 9D | 14 | 38 | 0 | 26 | 117 | 27 | 2C |
| Octal | 176 | 105 | 235 | 24 | 70 | 0 | 46 | 427 | 47 | 54 |
| Binary | 1111110 | 1000101 | 10011101 | 10100 | 111000 | 0 | 100110 | 100010111 | 100111 | 101100 |
Color Harmonies of #7E459D
Complementary color
Monochromatic Colors of #7E459D
Black with #7E459D
Text Example
Text Example
White with #7E459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E459D; }
p { color: rgb(126,69,157); }
H1.HeaderClassName
{
color: #7E459D;
}
.AnyTagClassName
{
color: #7E459D;
}
</style>
background-color css
<style>
a { background-color: #7E459D; }
a { background-color: rgb(126,69,157); }
div.DivClassName
{
background-color: #7E459D;
}
.BgClassName
{
background-color: #7E459D;
}
</style>
border-color css
<style>
span { border-color: #7E459D; }
span { border-color: rgb(126,69,157); }
td.TdClassName
{
border-color: #7E459D;
}
.TagClassName
{
border-color: #7E459D;
}
</style>