Shades of Studio #7B4EB5
Tints of Studio #7B4EB5
RGB
CMYK
RGB Variations
Color information
#7B4EB5 (or 0x7B4EB5) is known color: Studio. HEX triplet: 7B, 4E and B5. RGB value is (123,78,181). Sum of RGB (Red+Green+Blue) = 123+78+181=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 181 (71.09% from 255 or 47.38% from 382); Max value from RGB is 181 - color contains mainly: blue. Hex color #7B4EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4EB5 is #84B14A. Grayscale: #666666. Windows color (decimal): -8696139 or 11882107. OLE color: 11882107.
HSL color Cylindrical-coordinate representation of color #7B4EB5: hue angle of 266.21º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4EB5 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 78 | 181 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.29 |
| HSL | 266.21º | 0.41% | 0.51% | - |
| HSV(B) | 266.21º | 0.57% | 0.71% | - |
| XYZ | 19.23 | 13 | 45.21 | - |
| YUV | 103.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 181 | 0.32 | 0.57 | 0 | 0.29 | 266.21 | 0.41 | 0.51 |
| Hex | 7B | 4E | B5 | 20 | 39 | 0 | 1D | 10A | 29 | 33 |
| Octal | 173 | 116 | 265 | 40 | 71 | 0 | 35 | 412 | 51 | 63 |
| Binary | 1111011 | 1001110 | 10110101 | 100000 | 111001 | 0 | 11101 | 100001010 | 101001 | 110011 |
Color Harmonies of #7B4EB5
Complementary color
Monochromatic Colors of #7B4EB5
Black with #7B4EB5
Text Example
Text Example
White with #7B4EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4EB5; }
p { color: rgb(123,78,181); }
H1.HeaderClassName
{
color: #7B4EB5;
}
.AnyTagClassName
{
color: #7B4EB5;
}
</style>
background-color css
<style>
a { background-color: #7B4EB5; }
a { background-color: rgb(123,78,181); }
div.DivClassName
{
background-color: #7B4EB5;
}
.BgClassName
{
background-color: #7B4EB5;
}
</style>
border-color css
<style>
span { border-color: #7B4EB5; }
span { border-color: rgb(123,78,181); }
td.TdClassName
{
border-color: #7B4EB5;
}
.TagClassName
{
border-color: #7B4EB5;
}
</style>