Shades of Studio #7B5AB0
Tints of Studio #7B5AB0
RGB
CMYK
RGB Variations
Color information
#7B5AB0 (or 0x7B5AB0) is known color: Studio. HEX triplet: 7B, 5A and B0. RGB value is (123,90,176). Sum of RGB (Red+Green+Blue) = 123+90+176=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #7B5AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5AB0 is #84A54F. Grayscale: #6D6D6D. Windows color (decimal): -8693072 or 11557499. OLE color: 11557499.
HSL color Cylindrical-coordinate representation of color #7B5AB0: hue angle of 263.02º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5AB0 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 90 | 176 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.31 |
| HSL | 263.02º | 0.35% | 0.52% | - |
| HSV(B) | 263.02º | 0.49% | 0.69% | - |
| XYZ | 19.66 | 14.66 | 42.87 | - |
| YUV | 109.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 176 | 0.30 | 0.49 | 0 | 0.31 | 263.02 | 0.35 | 0.52 |
| Hex | 7B | 5A | B0 | 1E | 31 | 0 | 1F | 107 | 23 | 34 |
| Octal | 173 | 132 | 260 | 36 | 61 | 0 | 37 | 407 | 43 | 64 |
| Binary | 1111011 | 1011010 | 10110000 | 11110 | 110001 | 0 | 11111 | 100000111 | 100011 | 110100 |
Color Harmonies of #7B5AB0
Complementary color
Monochromatic Colors of #7B5AB0
Black with #7B5AB0
Text Example
Text Example
White with #7B5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AB0; }
p { color: rgb(123,90,176); }
H1.HeaderClassName
{
color: #7B5AB0;
}
.AnyTagClassName
{
color: #7B5AB0;
}
</style>
background-color css
<style>
a { background-color: #7B5AB0; }
a { background-color: rgb(123,90,176); }
div.DivClassName
{
background-color: #7B5AB0;
}
.BgClassName
{
background-color: #7B5AB0;
}
</style>
border-color css
<style>
span { border-color: #7B5AB0; }
span { border-color: rgb(123,90,176); }
td.TdClassName
{
border-color: #7B5AB0;
}
.TagClassName
{
border-color: #7B5AB0;
}
</style>