Shades of Studio #7B4BBC
Tints of Studio #7B4BBC
RGB
CMYK
RGB Variations
Color information
#7B4BBC (or 0x7B4BBC) is known color: Studio. HEX triplet: 7B, 4B and BC. RGB value is (123,75,188). Sum of RGB (Red+Green+Blue) = 123+75+188=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4BBC is #84B443. Grayscale: #656565. Windows color (decimal): -8696900 or 12340091. OLE color: 12340091.
HSL color Cylindrical-coordinate representation of color #7B4BBC: hue angle of 265.49º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4BBC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 75 | 188 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.26 |
| HSL | 265.49º | 0.46% | 0.52% | - |
| HSV(B) | 265.49º | 0.6% | 0.74% | - |
| XYZ | 19.76 | 12.87 | 49.02 | - |
| YUV | 102.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 188 | 0.35 | 0.60 | 0 | 0.26 | 265.49 | 0.46 | 0.52 |
| Hex | 7B | 4B | BC | 23 | 3C | 0 | 1A | 109 | 2E | 34 |
| Octal | 173 | 113 | 274 | 43 | 74 | 0 | 32 | 411 | 56 | 64 |
| Binary | 1111011 | 1001011 | 10111100 | 100011 | 111100 | 0 | 11010 | 100001001 | 101110 | 110100 |
Color Harmonies of #7B4BBC
Complementary color
Monochromatic Colors of #7B4BBC
Black with #7B4BBC
Text Example
Text Example
White with #7B4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4BBC; }
p { color: rgb(123,75,188); }
H1.HeaderClassName
{
color: #7B4BBC;
}
.AnyTagClassName
{
color: #7B4BBC;
}
</style>
background-color css
<style>
a { background-color: #7B4BBC; }
a { background-color: rgb(123,75,188); }
div.DivClassName
{
background-color: #7B4BBC;
}
.BgClassName
{
background-color: #7B4BBC;
}
</style>
border-color css
<style>
span { border-color: #7B4BBC; }
span { border-color: rgb(123,75,188); }
td.TdClassName
{
border-color: #7B4BBC;
}
.TagClassName
{
border-color: #7B4BBC;
}
</style>