Shades of Studio #7B5C99
Tints of Studio #7B5C99
RGB
CMYK
RGB Variations
Color information
#7B5C99 (or 0x7B5C99) is known color: Studio. HEX triplet: 7B, 5C and 99. RGB value is (123,92,153). Sum of RGB (Red+Green+Blue) = 123+92+153=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B5C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5C99 is #84A366. Grayscale: #6C6C6C. Windows color (decimal): -8692583 or 10050683. OLE color: 10050683.
HSL color Cylindrical-coordinate representation of color #7B5C99: hue angle of 270.49º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B5C99 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 92 | 153 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.4 |
| HSL | 270.49º | 0.25% | 0.48% | - |
| HSV(B) | 270.49º | 0.4% | 0.6% | - |
| XYZ | 17.75 | 14.17 | 31.94 | - |
| YUV | 108.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 153 | 0.20 | 0.40 | 0 | 0.4 | 270.49 | 0.25 | 0.48 |
| Hex | 7B | 5C | 99 | 14 | 28 | 0 | 28 | 10E | 19 | 30 |
| Octal | 173 | 134 | 231 | 24 | 50 | 0 | 50 | 416 | 31 | 60 |
| Binary | 1111011 | 1011100 | 10011001 | 10100 | 101000 | 0 | 101000 | 100001110 | 11001 | 110000 |
Color Harmonies of #7B5C99
Complementary color
Monochromatic Colors of #7B5C99
Black with #7B5C99
Text Example
Text Example
White with #7B5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C99; }
p { color: rgb(123,92,153); }
H1.HeaderClassName
{
color: #7B5C99;
}
.AnyTagClassName
{
color: #7B5C99;
}
</style>
background-color css
<style>
a { background-color: #7B5C99; }
a { background-color: rgb(123,92,153); }
div.DivClassName
{
background-color: #7B5C99;
}
.BgClassName
{
background-color: #7B5C99;
}
</style>
border-color css
<style>
span { border-color: #7B5C99; }
span { border-color: rgb(123,92,153); }
td.TdClassName
{
border-color: #7B5C99;
}
.TagClassName
{
border-color: #7B5C99;
}
</style>