Shades of Studio #7B5B9B
Tints of Studio #7B5B9B
RGB
CMYK
RGB Variations
Color information
#7B5B9B (or 0x7B5B9B) is known color: Studio. HEX triplet: 7B, 5B and 9B. RGB value is (123,91,155). Sum of RGB (Red+Green+Blue) = 123+91+155=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B5B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5B9B is #84A464. Grayscale: #6B6B6B. Windows color (decimal): -8692837 or 10181499. OLE color: 10181499.
HSL color Cylindrical-coordinate representation of color #7B5B9B: hue angle of 270º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B5B9B is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 91 | 155 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.39 |
| HSL | 270º | 0.26% | 0.48% | - |
| HSV(B) | 270º | 0.41% | 0.61% | - |
| XYZ | 17.83 | 14.06 | 32.78 | - |
| YUV | 107.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 155 | 0.21 | 0.41 | 0 | 0.39 | 270 | 0.26 | 0.48 |
| Hex | 7B | 5B | 9B | 15 | 29 | 0 | 27 | 10E | 1A | 30 |
| Octal | 173 | 133 | 233 | 25 | 51 | 0 | 47 | 416 | 32 | 60 |
| Binary | 1111011 | 1011011 | 10011011 | 10101 | 101001 | 0 | 100111 | 100001110 | 11010 | 110000 |
Color Harmonies of #7B5B9B
Complementary color
Monochromatic Colors of #7B5B9B
Black with #7B5B9B
Text Example
Text Example
White with #7B5B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B9B; }
p { color: rgb(123,91,155); }
H1.HeaderClassName
{
color: #7B5B9B;
}
.AnyTagClassName
{
color: #7B5B9B;
}
</style>
background-color css
<style>
a { background-color: #7B5B9B; }
a { background-color: rgb(123,91,155); }
div.DivClassName
{
background-color: #7B5B9B;
}
.BgClassName
{
background-color: #7B5B9B;
}
</style>
border-color css
<style>
span { border-color: #7B5B9B; }
span { border-color: rgb(123,91,155); }
td.TdClassName
{
border-color: #7B5B9B;
}
.TagClassName
{
border-color: #7B5B9B;
}
</style>