Shades of Studio #7B4BBA
Tints of Studio #7B4BBA
RGB
CMYK
RGB Variations
Color information
#7B4BBA (or 0x7B4BBA) is known color: Studio. HEX triplet: 7B, 4B and BA. RGB value is (123,75,186). Sum of RGB (Red+Green+Blue) = 123+75+186=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B4BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4BBA is #84B445. Grayscale: #656565. Windows color (decimal): -8696902 or 12209019. OLE color: 12209019.
HSL color Cylindrical-coordinate representation of color #7B4BBA: hue angle of 265.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4BBA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 75 | 186 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.27 |
| HSL | 265.95º | 0.45% | 0.51% | - |
| HSV(B) | 265.95º | 0.6% | 0.73% | - |
| XYZ | 19.55 | 12.79 | 47.89 | - |
| YUV | 102.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 186 | 0.34 | 0.60 | 0 | 0.27 | 265.95 | 0.45 | 0.51 |
| Hex | 7B | 4B | BA | 22 | 3C | 0 | 1B | 10A | 2D | 33 |
| Octal | 173 | 113 | 272 | 42 | 74 | 0 | 33 | 412 | 55 | 63 |
| Binary | 1111011 | 1001011 | 10111010 | 100010 | 111100 | 0 | 11011 | 100001010 | 101101 | 110011 |
Color Harmonies of #7B4BBA
Complementary color
Monochromatic Colors of #7B4BBA
Black with #7B4BBA
Text Example
Text Example
White with #7B4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4BBA; }
p { color: rgb(123,75,186); }
H1.HeaderClassName
{
color: #7B4BBA;
}
.AnyTagClassName
{
color: #7B4BBA;
}
</style>
background-color css
<style>
a { background-color: #7B4BBA; }
a { background-color: rgb(123,75,186); }
div.DivClassName
{
background-color: #7B4BBA;
}
.BgClassName
{
background-color: #7B4BBA;
}
</style>
border-color css
<style>
span { border-color: #7B4BBA; }
span { border-color: rgb(123,75,186); }
td.TdClassName
{
border-color: #7B4BBA;
}
.TagClassName
{
border-color: #7B4BBA;
}
</style>