Shades of Studio #7B4DAB
Tints of Studio #7B4DAB
RGB
CMYK
RGB Variations
Color information
#7B4DAB (or 0x7B4DAB) is known color: Studio. HEX triplet: 7B, 4D and AB. RGB value is (123,77,171). Sum of RGB (Red+Green+Blue) = 123+77+171=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4DAB is #84B254. Grayscale: #656565. Windows color (decimal): -8696405 or 11226491. OLE color: 11226491.
HSL color Cylindrical-coordinate representation of color #7B4DAB: hue angle of 269.36º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B4DAB is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 77 | 171 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.33 |
| HSL | 269.36º | 0.38% | 0.49% | - |
| HSV(B) | 269.36º | 0.55% | 0.67% | - |
| XYZ | 18.17 | 12.46 | 39.98 | - |
| YUV | 101.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 171 | 0.28 | 0.55 | 0 | 0.33 | 269.36 | 0.38 | 0.49 |
| Hex | 7B | 4D | AB | 1C | 37 | 0 | 21 | 10D | 26 | 31 |
| Octal | 173 | 115 | 253 | 34 | 67 | 0 | 41 | 415 | 46 | 61 |
| Binary | 1111011 | 1001101 | 10101011 | 11100 | 110111 | 0 | 100001 | 100001101 | 100110 | 110001 |
Color Harmonies of #7B4DAB
Complementary color
Monochromatic Colors of #7B4DAB
Black with #7B4DAB
Text Example
Text Example
White with #7B4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DAB; }
p { color: rgb(123,77,171); }
H1.HeaderClassName
{
color: #7B4DAB;
}
.AnyTagClassName
{
color: #7B4DAB;
}
</style>
background-color css
<style>
a { background-color: #7B4DAB; }
a { background-color: rgb(123,77,171); }
div.DivClassName
{
background-color: #7B4DAB;
}
.BgClassName
{
background-color: #7B4DAB;
}
</style>
border-color css
<style>
span { border-color: #7B4DAB; }
span { border-color: rgb(123,77,171); }
td.TdClassName
{
border-color: #7B4DAB;
}
.TagClassName
{
border-color: #7B4DAB;
}
</style>