Shades of Studio #7B3FBA
Tints of Studio #7B3FBA
RGB
CMYK
RGB Variations
Color information
#7B3FBA (or 0x7B3FBA) is known color: Studio. HEX triplet: 7B, 3F and BA. RGB value is (123,63,186). Sum of RGB (Red+Green+Blue) = 123+63+186=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B3FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3FBA is #84C045. Grayscale: #5E5E5E. Windows color (decimal): -8699974 or 12205947. OLE color: 12205947.
HSL color Cylindrical-coordinate representation of color #7B3FBA: hue angle of 269.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B3FBA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 63 | 186 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.27 |
| HSL | 269.27º | 0.49% | 0.49% | - |
| HSV(B) | 269.27º | 0.66% | 0.73% | - |
| XYZ | 18.81 | 11.31 | 47.65 | - |
| YUV | 94.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 186 | 0.34 | 0.66 | 0 | 0.27 | 269.27 | 0.49 | 0.49 |
| Hex | 7B | 3F | BA | 22 | 42 | 0 | 1B | 10D | 31 | 31 |
| Octal | 173 | 77 | 272 | 42 | 102 | 0 | 33 | 415 | 61 | 61 |
| Binary | 1111011 | 111111 | 10111010 | 100010 | 1000010 | 0 | 11011 | 100001101 | 110001 | 110001 |
Color Harmonies of #7B3FBA
Complementary color
Monochromatic Colors of #7B3FBA
Black with #7B3FBA
Text Example
Text Example
White with #7B3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3FBA; }
p { color: rgb(123,63,186); }
H1.HeaderClassName
{
color: #7B3FBA;
}
.AnyTagClassName
{
color: #7B3FBA;
}
</style>
background-color css
<style>
a { background-color: #7B3FBA; }
a { background-color: rgb(123,63,186); }
div.DivClassName
{
background-color: #7B3FBA;
}
.BgClassName
{
background-color: #7B3FBA;
}
</style>
border-color css
<style>
span { border-color: #7B3FBA; }
span { border-color: rgb(123,63,186); }
td.TdClassName
{
border-color: #7B3FBA;
}
.TagClassName
{
border-color: #7B3FBA;
}
</style>