Shades of Studio #7B5DA2
Tints of Studio #7B5DA2
RGB
CMYK
RGB Variations
Color information
#7B5DA2 (or 0x7B5DA2) is known color: Studio. HEX triplet: 7B, 5D and A2. RGB value is (123,93,162). Sum of RGB (Red+Green+Blue) = 123+93+162=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B5DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DA2 is #84A25D. Grayscale: #6D6D6D. Windows color (decimal): -8692318 or 10640763. OLE color: 10640763.
HSL color Cylindrical-coordinate representation of color #7B5DA2: hue angle of 266.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5DA2 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 93 | 162 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.36 |
| HSL | 266.09º | 0.27% | 0.5% | - |
| HSV(B) | 266.09º | 0.43% | 0.64% | - |
| XYZ | 18.6 | 14.65 | 36.03 | - |
| YUV | 109.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 162 | 0.24 | 0.43 | 0 | 0.36 | 266.09 | 0.27 | 0.5 |
| Hex | 7B | 5D | A2 | 18 | 2B | 0 | 24 | 10A | 1B | 32 |
| Octal | 173 | 135 | 242 | 30 | 53 | 0 | 44 | 412 | 33 | 62 |
| Binary | 1111011 | 1011101 | 10100010 | 11000 | 101011 | 0 | 100100 | 100001010 | 11011 | 110010 |
Color Harmonies of #7B5DA2
Complementary color
Monochromatic Colors of #7B5DA2
Black with #7B5DA2
Text Example
Text Example
White with #7B5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5DA2; }
p { color: rgb(123,93,162); }
H1.HeaderClassName
{
color: #7B5DA2;
}
.AnyTagClassName
{
color: #7B5DA2;
}
</style>
background-color css
<style>
a { background-color: #7B5DA2; }
a { background-color: rgb(123,93,162); }
div.DivClassName
{
background-color: #7B5DA2;
}
.BgClassName
{
background-color: #7B5DA2;
}
</style>
border-color css
<style>
span { border-color: #7B5DA2; }
span { border-color: rgb(123,93,162); }
td.TdClassName
{
border-color: #7B5DA2;
}
.TagClassName
{
border-color: #7B5DA2;
}
</style>