Shades of Studio #7E45BD
Tints of Studio #7E45BD
RGB
CMYK
RGB Variations
Color information
#7E45BD (or 0x7E45BD) is known color: Studio. HEX triplet: 7E, 45 and BD. RGB value is (126,69,189). Sum of RGB (Red+Green+Blue) = 126+69+189=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E45BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E45BD is #81BA42. Grayscale: #636363. Windows color (decimal): -8501827 or 12404094. OLE color: 12404094.
HSL color Cylindrical-coordinate representation of color #7E45BD: hue angle of 268.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E45BD is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 69 | 189 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.26 |
| HSL | 268.5º | 0.48% | 0.51% | - |
| HSV(B) | 268.5º | 0.63% | 0.74% | - |
| XYZ | 19.92 | 12.37 | 49.48 | - |
| YUV | 99.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 189 | 0.33 | 0.63 | 0 | 0.26 | 268.5 | 0.48 | 0.51 |
| Hex | 7E | 45 | BD | 21 | 3F | 0 | 1A | 10C | 30 | 33 |
| Octal | 176 | 105 | 275 | 41 | 77 | 0 | 32 | 414 | 60 | 63 |
| Binary | 1111110 | 1000101 | 10111101 | 100001 | 111111 | 0 | 11010 | 100001100 | 110000 | 110011 |
Color Harmonies of #7E45BD
Complementary color
Monochromatic Colors of #7E45BD
Black with #7E45BD
Text Example
Text Example
White with #7E45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E45BD; }
p { color: rgb(126,69,189); }
H1.HeaderClassName
{
color: #7E45BD;
}
.AnyTagClassName
{
color: #7E45BD;
}
</style>
background-color css
<style>
a { background-color: #7E45BD; }
a { background-color: rgb(126,69,189); }
div.DivClassName
{
background-color: #7E45BD;
}
.BgClassName
{
background-color: #7E45BD;
}
</style>
border-color css
<style>
span { border-color: #7E45BD; }
span { border-color: rgb(126,69,189); }
td.TdClassName
{
border-color: #7E45BD;
}
.TagClassName
{
border-color: #7E45BD;
}
</style>