Shades of Scampi #7468AB
Tints of Scampi #7468AB
RGB
CMYK
RGB Variations
Color information
#7468AB (or 0x7468AB) is known color: Scampi. HEX triplet: 74, 68 and AB. RGB value is (116,104,171). Sum of RGB (Red+Green+Blue) = 116+104+171=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7468AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7468AB is #8B9754. Grayscale: #727272. Windows color (decimal): -9148245 or 11233396. OLE color: 11233396.
HSL color Cylindrical-coordinate representation of color #7468AB: hue angle of 250.75º 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 #7468AB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 104 | 171 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.33 |
| HSL | 250.75º | 0.29% | 0.54% | - |
| HSV(B) | 250.75º | 0.39% | 0.67% | - |
| XYZ | 19.5 | 16.55 | 40.7 | - |
| YUV | 115.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 171 | 0.32 | 0.39 | 0 | 0.33 | 250.75 | 0.29 | 0.54 |
| Hex | 74 | 68 | AB | 20 | 27 | 0 | 21 | FB | 1D | 36 |
| Octal | 164 | 150 | 253 | 40 | 47 | 0 | 41 | 373 | 35 | 66 |
| Binary | 1110100 | 1101000 | 10101011 | 100000 | 100111 | 0 | 100001 | 11111011 | 11101 | 110110 |
Color Harmonies of #7468AB
Complementary color
Monochromatic Colors of #7468AB
Black with #7468AB
Text Example
Text Example
White with #7468AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468AB; }
p { color: rgb(116,104,171); }
H1.HeaderClassName
{
color: #7468AB;
}
.AnyTagClassName
{
color: #7468AB;
}
</style>
background-color css
<style>
a { background-color: #7468AB; }
a { background-color: rgb(116,104,171); }
div.DivClassName
{
background-color: #7468AB;
}
.BgClassName
{
background-color: #7468AB;
}
</style>
border-color css
<style>
span { border-color: #7468AB; }
span { border-color: rgb(116,104,171); }
td.TdClassName
{
border-color: #7468AB;
}
.TagClassName
{
border-color: #7468AB;
}
</style>