Shades of Scampi #7268AB
Tints of Scampi #7268AB
RGB
CMYK
RGB Variations
Color information
#7268AB (or 0x7268AB) is known color: Scampi. HEX triplet: 72, 68 and AB. RGB value is (114,104,171). Sum of RGB (Red+Green+Blue) = 114+104+171=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7268AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7268AB is #8D9754. Grayscale: #727272. Windows color (decimal): -9279317 or 11233394. OLE color: 11233394.
HSL color Cylindrical-coordinate representation of color #7268AB: hue angle of 248.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7268AB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 104 | 171 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.33 |
| HSL | 248.96º | 0.29% | 0.54% | - |
| HSV(B) | 248.96º | 0.39% | 0.67% | - |
| XYZ | 19.24 | 16.42 | 40.68 | - |
| YUV | 114.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 171 | 0.33 | 0.39 | 0 | 0.33 | 248.96 | 0.29 | 0.54 |
| Hex | 72 | 68 | AB | 21 | 27 | 0 | 21 | F9 | 1D | 36 |
| Octal | 162 | 150 | 253 | 41 | 47 | 0 | 41 | 371 | 35 | 66 |
| Binary | 1110010 | 1101000 | 10101011 | 100001 | 100111 | 0 | 100001 | 11111001 | 11101 | 110110 |
Color Harmonies of #7268AB
Complementary color
Monochromatic Colors of #7268AB
Black with #7268AB
Text Example
Text Example
White with #7268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268AB; }
p { color: rgb(114,104,171); }
H1.HeaderClassName
{
color: #7268AB;
}
.AnyTagClassName
{
color: #7268AB;
}
</style>
background-color css
<style>
a { background-color: #7268AB; }
a { background-color: rgb(114,104,171); }
div.DivClassName
{
background-color: #7268AB;
}
.BgClassName
{
background-color: #7268AB;
}
</style>
border-color css
<style>
span { border-color: #7268AB; }
span { border-color: rgb(114,104,171); }
td.TdClassName
{
border-color: #7268AB;
}
.TagClassName
{
border-color: #7268AB;
}
</style>