Shades of Studio #7B56AC
Tints of Studio #7B56AC
RGB
CMYK
RGB Variations
Color information
#7B56AC (or 0x7B56AC) is known color: Studio. HEX triplet: 7B, 56 and AC. RGB value is (123,86,172). Sum of RGB (Red+Green+Blue) = 123+86+172=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B56AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B56AC is #84A953. Grayscale: #6A6A6A. Windows color (decimal): -8694100 or 11294331. OLE color: 11294331.
HSL color Cylindrical-coordinate representation of color #7B56AC: hue angle of 265.81º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B56AC is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 86 | 172 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.33 |
| HSL | 265.81º | 0.34% | 0.51% | - |
| HSV(B) | 265.81º | 0.5% | 0.67% | - |
| XYZ | 18.94 | 13.85 | 40.7 | - |
| YUV | 106.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 172 | 0.28 | 0.5 | 0 | 0.33 | 265.81 | 0.34 | 0.51 |
| Hex | 7B | 56 | AC | 1C | 32 | 0 | 21 | 10A | 22 | 33 |
| Octal | 173 | 126 | 254 | 34 | 62 | 0 | 41 | 412 | 42 | 63 |
| Binary | 1111011 | 1010110 | 10101100 | 11100 | 110010 | 0 | 100001 | 100001010 | 100010 | 110011 |
Color Harmonies of #7B56AC
Complementary color
Monochromatic Colors of #7B56AC
Black with #7B56AC
Text Example
Text Example
White with #7B56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B56AC; }
p { color: rgb(123,86,172); }
H1.HeaderClassName
{
color: #7B56AC;
}
.AnyTagClassName
{
color: #7B56AC;
}
</style>
background-color css
<style>
a { background-color: #7B56AC; }
a { background-color: rgb(123,86,172); }
div.DivClassName
{
background-color: #7B56AC;
}
.BgClassName
{
background-color: #7B56AC;
}
</style>
border-color css
<style>
span { border-color: #7B56AC; }
span { border-color: rgb(123,86,172); }
td.TdClassName
{
border-color: #7B56AC;
}
.TagClassName
{
border-color: #7B56AC;
}
</style>