Shades of Studio #7E3FBD
Tints of Studio #7E3FBD
RGB
CMYK
RGB Variations
Color information
#7E3FBD (or 0x7E3FBD) is known color: Studio. HEX triplet: 7E, 3F and BD. RGB value is (126,63,189). Sum of RGB (Red+Green+Blue) = 126+63+189=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FBD is #81C042. Grayscale: #5F5F5F. Windows color (decimal): -8503363 or 12402558. OLE color: 12402558.
HSL color Cylindrical-coordinate representation of color #7E3FBD: hue angle of 270º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3FBD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 63 | 189 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.26 |
| HSL | 270º | 0.5% | 0.49% | - |
| HSV(B) | 270º | 0.67% | 0.74% | - |
| XYZ | 19.57 | 11.66 | 49.36 | - |
| YUV | 96.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 189 | 0.33 | 0.67 | 0 | 0.26 | 270 | 0.5 | 0.49 |
| Hex | 7E | 3F | BD | 21 | 43 | 0 | 1A | 10E | 32 | 31 |
| Octal | 176 | 77 | 275 | 41 | 103 | 0 | 32 | 416 | 62 | 61 |
| Binary | 1111110 | 111111 | 10111101 | 100001 | 1000011 | 0 | 11010 | 100001110 | 110010 | 110001 |
Color Harmonies of #7E3FBD
Complementary color
Monochromatic Colors of #7E3FBD
Black with #7E3FBD
Text Example
Text Example
White with #7E3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FBD; }
p { color: rgb(126,63,189); }
H1.HeaderClassName
{
color: #7E3FBD;
}
.AnyTagClassName
{
color: #7E3FBD;
}
</style>
background-color css
<style>
a { background-color: #7E3FBD; }
a { background-color: rgb(126,63,189); }
div.DivClassName
{
background-color: #7E3FBD;
}
.BgClassName
{
background-color: #7E3FBD;
}
</style>
border-color css
<style>
span { border-color: #7E3FBD; }
span { border-color: rgb(126,63,189); }
td.TdClassName
{
border-color: #7E3FBD;
}
.TagClassName
{
border-color: #7E3FBD;
}
</style>