Shades of Scampi #7568AD
Tints of Scampi #7568AD
RGB
CMYK
RGB Variations
Color information
#7568AD (or 0x7568AD) is known color: Scampi. HEX triplet: 75, 68 and AD. RGB value is (117,104,173). Sum of RGB (Red+Green+Blue) = 117+104+173=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #7568AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568AD is #8A9752. Grayscale: #737373. Windows color (decimal): -9082707 or 11364469. OLE color: 11364469.
HSL color Cylindrical-coordinate representation of color #7568AD: hue angle of 251.3º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7568AD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 104 | 173 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.32 |
| HSL | 251.3º | 0.3% | 0.54% | - |
| HSV(B) | 251.3º | 0.4% | 0.68% | - |
| XYZ | 19.83 | 16.7 | 41.71 | - |
| YUV | 115.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 173 | 0.32 | 0.40 | 0 | 0.32 | 251.3 | 0.3 | 0.54 |
| Hex | 75 | 68 | AD | 20 | 28 | 0 | 20 | FB | 1E | 36 |
| Octal | 165 | 150 | 255 | 40 | 50 | 0 | 40 | 373 | 36 | 66 |
| Binary | 1110101 | 1101000 | 10101101 | 100000 | 101000 | 0 | 100000 | 11111011 | 11110 | 110110 |
Color Harmonies of #7568AD
Complementary color
Monochromatic Colors of #7568AD
Black with #7568AD
Text Example
Text Example
White with #7568AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568AD; }
p { color: rgb(117,104,173); }
H1.HeaderClassName
{
color: #7568AD;
}
.AnyTagClassName
{
color: #7568AD;
}
</style>
background-color css
<style>
a { background-color: #7568AD; }
a { background-color: rgb(117,104,173); }
div.DivClassName
{
background-color: #7568AD;
}
.BgClassName
{
background-color: #7568AD;
}
</style>
border-color css
<style>
span { border-color: #7568AD; }
span { border-color: rgb(117,104,173); }
td.TdClassName
{
border-color: #7568AD;
}
.TagClassName
{
border-color: #7568AD;
}
</style>