Shades of Studio #7B449B
Tints of Studio #7B449B
RGB
CMYK
RGB Variations
Color information
#7B449B (or 0x7B449B) is known color: Studio. HEX triplet: 7B, 44 and 9B. RGB value is (123,68,155). Sum of RGB (Red+Green+Blue) = 123+68+155=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B449B is #84BB64. Grayscale: #5E5E5E. Windows color (decimal): -8698725 or 10175611. OLE color: 10175611.
HSL color Cylindrical-coordinate representation of color #7B449B: hue angle of 277.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B449B is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 68 | 155 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.39 |
| HSL | 277.93º | 0.39% | 0.44% | - |
| HSV(B) | 277.93º | 0.56% | 0.61% | - |
| XYZ | 16.15 | 10.71 | 32.23 | - |
| YUV | 94.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 155 | 0.21 | 0.56 | 0 | 0.39 | 277.93 | 0.39 | 0.44 |
| Hex | 7B | 44 | 9B | 15 | 38 | 0 | 27 | 116 | 27 | 2C |
| Octal | 173 | 104 | 233 | 25 | 70 | 0 | 47 | 426 | 47 | 54 |
| Binary | 1111011 | 1000100 | 10011011 | 10101 | 111000 | 0 | 100111 | 100010110 | 100111 | 101100 |
Color Harmonies of #7B449B
Complementary color
Monochromatic Colors of #7B449B
Black with #7B449B
Text Example
Text Example
White with #7B449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B449B; }
p { color: rgb(123,68,155); }
H1.HeaderClassName
{
color: #7B449B;
}
.AnyTagClassName
{
color: #7B449B;
}
</style>
background-color css
<style>
a { background-color: #7B449B; }
a { background-color: rgb(123,68,155); }
div.DivClassName
{
background-color: #7B449B;
}
.BgClassName
{
background-color: #7B449B;
}
</style>
border-color css
<style>
span { border-color: #7B449B; }
span { border-color: rgb(123,68,155); }
td.TdClassName
{
border-color: #7B449B;
}
.TagClassName
{
border-color: #7B449B;
}
</style>