Shades of Scampi #7268AD
Tints of Scampi #7268AD
RGB
CMYK
RGB Variations
Color information
#7268AD (or 0x7268AD) is known color: Scampi. HEX triplet: 72, 68 and AD. RGB value is (114,104,173). Sum of RGB (Red+Green+Blue) = 114+104+173=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7268AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7268AD is #8D9752. Grayscale: #727272. Windows color (decimal): -9279315 or 11364466. OLE color: 11364466.
HSL color Cylindrical-coordinate representation of color #7268AD: hue angle of 248.7º 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 #7268AD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 104 | 173 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.32 |
| HSL | 248.7º | 0.3% | 0.54% | - |
| HSV(B) | 248.7º | 0.4% | 0.68% | - |
| XYZ | 19.43 | 16.5 | 41.69 | - |
| YUV | 114.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 173 | 0.34 | 0.40 | 0 | 0.32 | 248.7 | 0.3 | 0.54 |
| Hex | 72 | 68 | AD | 22 | 28 | 0 | 20 | F9 | 1E | 36 |
| Octal | 162 | 150 | 255 | 42 | 50 | 0 | 40 | 371 | 36 | 66 |
| Binary | 1110010 | 1101000 | 10101101 | 100010 | 101000 | 0 | 100000 | 11111001 | 11110 | 110110 |
Color Harmonies of #7268AD
Complementary color
Monochromatic Colors of #7268AD
Black with #7268AD
Text Example
Text Example
White with #7268AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268AD; }
p { color: rgb(114,104,173); }
H1.HeaderClassName
{
color: #7268AD;
}
.AnyTagClassName
{
color: #7268AD;
}
</style>
background-color css
<style>
a { background-color: #7268AD; }
a { background-color: rgb(114,104,173); }
div.DivClassName
{
background-color: #7268AD;
}
.BgClassName
{
background-color: #7268AD;
}
</style>
border-color css
<style>
span { border-color: #7268AD; }
span { border-color: rgb(114,104,173); }
td.TdClassName
{
border-color: #7268AD;
}
.TagClassName
{
border-color: #7268AD;
}
</style>