Shades of Studio #7E4BBF
Tints of Studio #7E4BBF
RGB
CMYK
RGB Variations
Color information
#7E4BBF (or 0x7E4BBF) is known color: Studio. HEX triplet: 7E, 4B and BF. RGB value is (126,75,191). Sum of RGB (Red+Green+Blue) = 126+75+191=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E4BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BBF is #81B440. Grayscale: #676767. Windows color (decimal): -8500289 or 12536702. OLE color: 12536702.
HSL color Cylindrical-coordinate representation of color #7E4BBF: hue angle of 266.38º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4BBF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 75 | 191 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.25 |
| HSL | 266.38º | 0.48% | 0.52% | - |
| HSV(B) | 266.38º | 0.61% | 0.75% | - |
| XYZ | 20.52 | 13.23 | 50.76 | - |
| YUV | 103.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 191 | 0.34 | 0.61 | 0 | 0.25 | 266.38 | 0.48 | 0.52 |
| Hex | 7E | 4B | BF | 22 | 3D | 0 | 19 | 10A | 30 | 34 |
| Octal | 176 | 113 | 277 | 42 | 75 | 0 | 31 | 412 | 60 | 64 |
| Binary | 1111110 | 1001011 | 10111111 | 100010 | 111101 | 0 | 11001 | 100001010 | 110000 | 110100 |
Color Harmonies of #7E4BBF
Complementary color
Monochromatic Colors of #7E4BBF
Black with #7E4BBF
Text Example
Text Example
White with #7E4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4BBF; }
p { color: rgb(126,75,191); }
H1.HeaderClassName
{
color: #7E4BBF;
}
.AnyTagClassName
{
color: #7E4BBF;
}
</style>
background-color css
<style>
a { background-color: #7E4BBF; }
a { background-color: rgb(126,75,191); }
div.DivClassName
{
background-color: #7E4BBF;
}
.BgClassName
{
background-color: #7E4BBF;
}
</style>
border-color css
<style>
span { border-color: #7E4BBF; }
span { border-color: rgb(126,75,191); }
td.TdClassName
{
border-color: #7E4BBF;
}
.TagClassName
{
border-color: #7E4BBF;
}
</style>