Shades of Studio #7B5AAF
Tints of Studio #7B5AAF
RGB
CMYK
RGB Variations
Color information
#7B5AAF (or 0x7B5AAF) is known color: Studio. HEX triplet: 7B, 5A and AF. RGB value is (123,90,175). Sum of RGB (Red+Green+Blue) = 123+90+175=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B5AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5AAF is #84A550. Grayscale: #6D6D6D. Windows color (decimal): -8693073 or 11491963. OLE color: 11491963.
HSL color Cylindrical-coordinate representation of color #7B5AAF: hue angle of 263.29º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5AAF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 90 | 175 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.31 |
| HSL | 263.29º | 0.35% | 0.52% | - |
| HSV(B) | 263.29º | 0.49% | 0.69% | - |
| XYZ | 19.56 | 14.62 | 42.35 | - |
| YUV | 109.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 175 | 0.30 | 0.49 | 0 | 0.31 | 263.29 | 0.35 | 0.52 |
| Hex | 7B | 5A | AF | 1E | 31 | 0 | 1F | 107 | 23 | 34 |
| Octal | 173 | 132 | 257 | 36 | 61 | 0 | 37 | 407 | 43 | 64 |
| Binary | 1111011 | 1011010 | 10101111 | 11110 | 110001 | 0 | 11111 | 100000111 | 100011 | 110100 |
Color Harmonies of #7B5AAF
Complementary color
Monochromatic Colors of #7B5AAF
Black with #7B5AAF
Text Example
Text Example
White with #7B5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AAF; }
p { color: rgb(123,90,175); }
H1.HeaderClassName
{
color: #7B5AAF;
}
.AnyTagClassName
{
color: #7B5AAF;
}
</style>
background-color css
<style>
a { background-color: #7B5AAF; }
a { background-color: rgb(123,90,175); }
div.DivClassName
{
background-color: #7B5AAF;
}
.BgClassName
{
background-color: #7B5AAF;
}
</style>
border-color css
<style>
span { border-color: #7B5AAF; }
span { border-color: rgb(123,90,175); }
td.TdClassName
{
border-color: #7B5AAF;
}
.TagClassName
{
border-color: #7B5AAF;
}
</style>