Shades of Studio #7E51BB
Tints of Studio #7E51BB
RGB
CMYK
RGB Variations
Color information
#7E51BB (or 0x7E51BB) is known color: Studio. HEX triplet: 7E, 51 and BB. RGB value is (126,81,187). Sum of RGB (Red+Green+Blue) = 126+81+187=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E51BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E51BB is #81AE44. Grayscale: #6A6A6A. Windows color (decimal): -8498757 or 12276094. OLE color: 12276094.
HSL color Cylindrical-coordinate representation of color #7E51BB: hue angle of 265.47º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E51BB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 81 | 187 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.27 |
| HSL | 265.47º | 0.44% | 0.53% | - |
| HSV(B) | 265.47º | 0.57% | 0.73% | - |
| XYZ | 20.52 | 13.91 | 48.62 | - |
| YUV | 106.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 187 | 0.33 | 0.57 | 0 | 0.27 | 265.47 | 0.44 | 0.53 |
| Hex | 7E | 51 | BB | 21 | 39 | 0 | 1B | 109 | 2C | 35 |
| Octal | 176 | 121 | 273 | 41 | 71 | 0 | 33 | 411 | 54 | 65 |
| Binary | 1111110 | 1010001 | 10111011 | 100001 | 111001 | 0 | 11011 | 100001001 | 101100 | 110101 |
Color Harmonies of #7E51BB
Complementary color
Monochromatic Colors of #7E51BB
Black with #7E51BB
Text Example
Text Example
White with #7E51BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E51BB; }
p { color: rgb(126,81,187); }
H1.HeaderClassName
{
color: #7E51BB;
}
.AnyTagClassName
{
color: #7E51BB;
}
</style>
background-color css
<style>
a { background-color: #7E51BB; }
a { background-color: rgb(126,81,187); }
div.DivClassName
{
background-color: #7E51BB;
}
.BgClassName
{
background-color: #7E51BB;
}
</style>
border-color css
<style>
span { border-color: #7E51BB; }
span { border-color: rgb(126,81,187); }
td.TdClassName
{
border-color: #7E51BB;
}
.TagClassName
{
border-color: #7E51BB;
}
</style>