Shades of Studio #7B439B
Tints of Studio #7B439B
RGB
CMYK
RGB Variations
Color information
#7B439B (or 0x7B439B) is known color: Studio. HEX triplet: 7B, 43 and 9B. RGB value is (123,67,155). Sum of RGB (Red+Green+Blue) = 123+67+155=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B439B is #84BC64. Grayscale: #5D5D5D. Windows color (decimal): -8698981 or 10175355. OLE color: 10175355.
HSL color Cylindrical-coordinate representation of color #7B439B: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B439B is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 67 | 155 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.39 |
| HSL | 278.18º | 0.4% | 0.44% | - |
| HSV(B) | 278.18º | 0.57% | 0.61% | - |
| XYZ | 16.09 | 10.59 | 32.21 | - |
| YUV | 93.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 155 | 0.21 | 0.57 | 0 | 0.39 | 278.18 | 0.4 | 0.44 |
| Hex | 7B | 43 | 9B | 15 | 39 | 0 | 27 | 116 | 28 | 2C |
| Octal | 173 | 103 | 233 | 25 | 71 | 0 | 47 | 426 | 50 | 54 |
| Binary | 1111011 | 1000011 | 10011011 | 10101 | 111001 | 0 | 100111 | 100010110 | 101000 | 101100 |
Color Harmonies of #7B439B
Complementary color
Monochromatic Colors of #7B439B
Black with #7B439B
Text Example
Text Example
White with #7B439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B439B; }
p { color: rgb(123,67,155); }
H1.HeaderClassName
{
color: #7B439B;
}
.AnyTagClassName
{
color: #7B439B;
}
</style>
background-color css
<style>
a { background-color: #7B439B; }
a { background-color: rgb(123,67,155); }
div.DivClassName
{
background-color: #7B439B;
}
.BgClassName
{
background-color: #7B439B;
}
</style>
border-color css
<style>
span { border-color: #7B439B; }
span { border-color: rgb(123,67,155); }
td.TdClassName
{
border-color: #7B439B;
}
.TagClassName
{
border-color: #7B439B;
}
</style>