Shades of Scampi #7B5DAC
Tints of Scampi #7B5DAC
RGB
CMYK
RGB Variations
Color information
#7B5DAC (or 0x7B5DAC) is known color: Scampi. HEX triplet: 7B, 5D and AC. RGB value is (123,93,172). Sum of RGB (Red+Green+Blue) = 123+93+172=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DAC is #84A253. Grayscale: #6E6E6E. Windows color (decimal): -8692308 or 11296123. OLE color: 11296123.
HSL color Cylindrical-coordinate representation of color #7B5DAC: hue angle of 262.78º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B5DAC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 93 | 172 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.33 |
| HSL | 262.78º | 0.32% | 0.52% | - |
| HSV(B) | 262.78º | 0.46% | 0.67% | - |
| XYZ | 19.53 | 15.02 | 40.9 | - |
| YUV | 110.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 172 | 0.28 | 0.46 | 0 | 0.33 | 262.78 | 0.32 | 0.52 |
| Hex | 7B | 5D | AC | 1C | 2E | 0 | 21 | 107 | 20 | 34 |
| Octal | 173 | 135 | 254 | 34 | 56 | 0 | 41 | 407 | 40 | 64 |
| Binary | 1111011 | 1011101 | 10101100 | 11100 | 101110 | 0 | 100001 | 100000111 | 100000 | 110100 |
Color Harmonies of #7B5DAC
Complementary color
Monochromatic Colors of #7B5DAC
Black with #7B5DAC
Text Example
Text Example
White with #7B5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5DAC; }
p { color: rgb(123,93,172); }
H1.HeaderClassName
{
color: #7B5DAC;
}
.AnyTagClassName
{
color: #7B5DAC;
}
</style>
background-color css
<style>
a { background-color: #7B5DAC; }
a { background-color: rgb(123,93,172); }
div.DivClassName
{
background-color: #7B5DAC;
}
.BgClassName
{
background-color: #7B5DAC;
}
</style>
border-color css
<style>
span { border-color: #7B5DAC; }
span { border-color: rgb(123,93,172); }
td.TdClassName
{
border-color: #7B5DAC;
}
.TagClassName
{
border-color: #7B5DAC;
}
</style>