Shades of Studio #7B439D
Tints of Studio #7B439D
RGB
CMYK
RGB Variations
Color information
#7B439D (or 0x7B439D) is known color: Studio. HEX triplet: 7B, 43 and 9D. RGB value is (123,67,157). Sum of RGB (Red+Green+Blue) = 123+67+157=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B439D is #84BC62. Grayscale: #5D5D5D. Windows color (decimal): -8698979 or 10306427. OLE color: 10306427.
HSL color Cylindrical-coordinate representation of color #7B439D: hue angle of 277.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B439D is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 67 | 157 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.38 |
| HSL | 277.33º | 0.4% | 0.44% | - |
| HSV(B) | 277.33º | 0.57% | 0.62% | - |
| XYZ | 16.26 | 10.66 | 33.1 | - |
| YUV | 94 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 157 | 0.22 | 0.57 | 0 | 0.38 | 277.33 | 0.4 | 0.44 |
| Hex | 7B | 43 | 9D | 16 | 39 | 0 | 26 | 115 | 28 | 2C |
| Octal | 173 | 103 | 235 | 26 | 71 | 0 | 46 | 425 | 50 | 54 |
| Binary | 1111011 | 1000011 | 10011101 | 10110 | 111001 | 0 | 100110 | 100010101 | 101000 | 101100 |
Color Harmonies of #7B439D
Complementary color
Monochromatic Colors of #7B439D
Black with #7B439D
Text Example
Text Example
White with #7B439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B439D; }
p { color: rgb(123,67,157); }
H1.HeaderClassName
{
color: #7B439D;
}
.AnyTagClassName
{
color: #7B439D;
}
</style>
background-color css
<style>
a { background-color: #7B439D; }
a { background-color: rgb(123,67,157); }
div.DivClassName
{
background-color: #7B439D;
}
.BgClassName
{
background-color: #7B439D;
}
</style>
border-color css
<style>
span { border-color: #7B439D; }
span { border-color: rgb(123,67,157); }
td.TdClassName
{
border-color: #7B439D;
}
.TagClassName
{
border-color: #7B439D;
}
</style>