Shades of Studio #7B409E
Tints of Studio #7B409E
RGB
CMYK
RGB Variations
Color information
#7B409E (or 0x7B409E) is known color: Studio. HEX triplet: 7B, 40 and 9E. RGB value is (123,64,158). Sum of RGB (Red+Green+Blue) = 123+64+158=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B409E is #84BF61. Grayscale: #5C5C5C. Windows color (decimal): -8699746 or 10371195. OLE color: 10371195.
HSL color Cylindrical-coordinate representation of color #7B409E: hue angle of 277.66º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B409E is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 64 | 158 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.38 |
| HSL | 277.66º | 0.42% | 0.44% | - |
| HSV(B) | 277.66º | 0.59% | 0.62% | - |
| XYZ | 16.17 | 10.35 | 33.49 | - |
| YUV | 92.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 158 | 0.22 | 0.59 | 0 | 0.38 | 277.66 | 0.42 | 0.44 |
| Hex | 7B | 40 | 9E | 16 | 3B | 0 | 26 | 116 | 2A | 2C |
| Octal | 173 | 100 | 236 | 26 | 73 | 0 | 46 | 426 | 52 | 54 |
| Binary | 1111011 | 1000000 | 10011110 | 10110 | 111011 | 0 | 100110 | 100010110 | 101010 | 101100 |
Color Harmonies of #7B409E
Complementary color
Monochromatic Colors of #7B409E
Black with #7B409E
Text Example
Text Example
White with #7B409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B409E; }
p { color: rgb(123,64,158); }
H1.HeaderClassName
{
color: #7B409E;
}
.AnyTagClassName
{
color: #7B409E;
}
</style>
background-color css
<style>
a { background-color: #7B409E; }
a { background-color: rgb(123,64,158); }
div.DivClassName
{
background-color: #7B409E;
}
.BgClassName
{
background-color: #7B409E;
}
</style>
border-color css
<style>
span { border-color: #7B409E; }
span { border-color: rgb(123,64,158); }
td.TdClassName
{
border-color: #7B409E;
}
.TagClassName
{
border-color: #7B409E;
}
</style>