Shades of Studio #7B469A
Tints of Studio #7B469A
RGB
CMYK
RGB Variations
Color information
#7B469A (or 0x7B469A) is known color: Studio. HEX triplet: 7B, 46 and 9A. RGB value is (123,70,154). Sum of RGB (Red+Green+Blue) = 123+70+154=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B469A is #84B965. Grayscale: #5F5F5F. Windows color (decimal): -8698214 or 10110587. OLE color: 10110587.
HSL color Cylindrical-coordinate representation of color #7B469A: hue angle of 277.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B469A is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 70 | 154 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.40 |
| HSL | 277.86º | 0.38% | 0.44% | - |
| HSV(B) | 277.86º | 0.55% | 0.6% | - |
| XYZ | 16.19 | 10.92 | 31.83 | - |
| YUV | 95.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 154 | 0.20 | 0.55 | 0 | 0.40 | 277.86 | 0.38 | 0.44 |
| Hex | 7B | 46 | 9A | 14 | 37 | 0 | 28 | 116 | 26 | 2C |
| Octal | 173 | 106 | 232 | 24 | 67 | 0 | 50 | 426 | 46 | 54 |
| Binary | 1111011 | 1000110 | 10011010 | 10100 | 110111 | 0 | 101000 | 100010110 | 100110 | 101100 |
Color Harmonies of #7B469A
Complementary color
Monochromatic Colors of #7B469A
Black with #7B469A
Text Example
Text Example
White with #7B469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B469A; }
p { color: rgb(123,70,154); }
H1.HeaderClassName
{
color: #7B469A;
}
.AnyTagClassName
{
color: #7B469A;
}
</style>
background-color css
<style>
a { background-color: #7B469A; }
a { background-color: rgb(123,70,154); }
div.DivClassName
{
background-color: #7B469A;
}
.BgClassName
{
background-color: #7B469A;
}
</style>
border-color css
<style>
span { border-color: #7B469A; }
span { border-color: rgb(123,70,154); }
td.TdClassName
{
border-color: #7B469A;
}
.TagClassName
{
border-color: #7B469A;
}
</style>