Shades of Studio #7E469D
Tints of Studio #7E469D
RGB
CMYK
RGB Variations
Color information
#7E469D (or 0x7E469D) is known color: Studio. HEX triplet: 7E, 46 and 9D. RGB value is (126,70,157). Sum of RGB (Red+Green+Blue) = 126+70+157=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E469D is #81B962. Grayscale: #606060. Windows color (decimal): -8501603 or 10307198. OLE color: 10307198.
HSL color Cylindrical-coordinate representation of color #7E469D: hue angle of 278.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E469D is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 70 | 157 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.38 |
| HSL | 278.62º | 0.38% | 0.45% | - |
| HSV(B) | 278.62º | 0.55% | 0.62% | - |
| XYZ | 16.88 | 11.25 | 33.18 | - |
| YUV | 96.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 157 | 0.20 | 0.55 | 0 | 0.38 | 278.62 | 0.38 | 0.45 |
| Hex | 7E | 46 | 9D | 14 | 37 | 0 | 26 | 117 | 26 | 2D |
| Octal | 176 | 106 | 235 | 24 | 67 | 0 | 46 | 427 | 46 | 55 |
| Binary | 1111110 | 1000110 | 10011101 | 10100 | 110111 | 0 | 100110 | 100010111 | 100110 | 101101 |
Color Harmonies of #7E469D
Complementary color
Monochromatic Colors of #7E469D
Black with #7E469D
Text Example
Text Example
White with #7E469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E469D; }
p { color: rgb(126,70,157); }
H1.HeaderClassName
{
color: #7E469D;
}
.AnyTagClassName
{
color: #7E469D;
}
</style>
background-color css
<style>
a { background-color: #7E469D; }
a { background-color: rgb(126,70,157); }
div.DivClassName
{
background-color: #7E469D;
}
.BgClassName
{
background-color: #7E469D;
}
</style>
border-color css
<style>
span { border-color: #7E469D; }
span { border-color: rgb(126,70,157); }
td.TdClassName
{
border-color: #7E469D;
}
.TagClassName
{
border-color: #7E469D;
}
</style>