Shades of Studio #7B5CA0
Tints of Studio #7B5CA0
RGB
CMYK
RGB Variations
Color information
#7B5CA0 (or 0x7B5CA0) is known color: Studio. HEX triplet: 7B, 5C and A0. RGB value is (123,92,160). Sum of RGB (Red+Green+Blue) = 123+92+160=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B5CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CA0 is #84A35F. Grayscale: #6C6C6C. Windows color (decimal): -8692576 or 10509435. OLE color: 10509435.
HSL color Cylindrical-coordinate representation of color #7B5CA0: hue angle of 267.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5CA0 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 92 | 160 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.37 |
| HSL | 267.35º | 0.27% | 0.49% | - |
| HSV(B) | 267.35º | 0.43% | 0.63% | - |
| XYZ | 18.34 | 14.4 | 35.07 | - |
| YUV | 109.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 160 | 0.23 | 0.43 | 0 | 0.37 | 267.35 | 0.27 | 0.49 |
| Hex | 7B | 5C | A0 | 17 | 2B | 0 | 25 | 10B | 1B | 31 |
| Octal | 173 | 134 | 240 | 27 | 53 | 0 | 45 | 413 | 33 | 61 |
| Binary | 1111011 | 1011100 | 10100000 | 10111 | 101011 | 0 | 100101 | 100001011 | 11011 | 110001 |
Color Harmonies of #7B5CA0
Complementary color
Monochromatic Colors of #7B5CA0
Black with #7B5CA0
Text Example
Text Example
White with #7B5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CA0; }
p { color: rgb(123,92,160); }
H1.HeaderClassName
{
color: #7B5CA0;
}
.AnyTagClassName
{
color: #7B5CA0;
}
</style>
background-color css
<style>
a { background-color: #7B5CA0; }
a { background-color: rgb(123,92,160); }
div.DivClassName
{
background-color: #7B5CA0;
}
.BgClassName
{
background-color: #7B5CA0;
}
</style>
border-color css
<style>
span { border-color: #7B5CA0; }
span { border-color: rgb(123,92,160); }
td.TdClassName
{
border-color: #7B5CA0;
}
.TagClassName
{
border-color: #7B5CA0;
}
</style>