Shades of Studio #7B489F
Tints of Studio #7B489F
RGB
CMYK
RGB Variations
Color information
#7B489F (or 0x7B489F) is known color: Studio. HEX triplet: 7B, 48 and 9F. RGB value is (123,72,159). Sum of RGB (Red+Green+Blue) = 123+72+159=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B489F is #84B760. Grayscale: #606060. Windows color (decimal): -8697697 or 10438779. OLE color: 10438779.
HSL color Cylindrical-coordinate representation of color #7B489F: hue angle of 275.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B489F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 72 | 159 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.38 |
| HSL | 275.17º | 0.38% | 0.45% | - |
| HSV(B) | 275.17º | 0.55% | 0.62% | - |
| XYZ | 16.74 | 11.35 | 34.11 | - |
| YUV | 97.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 159 | 0.23 | 0.55 | 0 | 0.38 | 275.17 | 0.38 | 0.45 |
| Hex | 7B | 48 | 9F | 17 | 37 | 0 | 26 | 113 | 26 | 2D |
| Octal | 173 | 110 | 237 | 27 | 67 | 0 | 46 | 423 | 46 | 55 |
| Binary | 1111011 | 1001000 | 10011111 | 10111 | 110111 | 0 | 100110 | 100010011 | 100110 | 101101 |
Color Harmonies of #7B489F
Complementary color
Monochromatic Colors of #7B489F
Black with #7B489F
Text Example
Text Example
White with #7B489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B489F; }
p { color: rgb(123,72,159); }
H1.HeaderClassName
{
color: #7B489F;
}
.AnyTagClassName
{
color: #7B489F;
}
</style>
background-color css
<style>
a { background-color: #7B489F; }
a { background-color: rgb(123,72,159); }
div.DivClassName
{
background-color: #7B489F;
}
.BgClassName
{
background-color: #7B489F;
}
</style>
border-color css
<style>
span { border-color: #7B489F; }
span { border-color: rgb(123,72,159); }
td.TdClassName
{
border-color: #7B489F;
}
.TagClassName
{
border-color: #7B489F;
}
</style>