Shades of Scampi #736AAB
Tints of Scampi #736AAB
RGB
CMYK
RGB Variations
Color information
#736AAB (or 0x736AAB) is known color: Scampi. HEX triplet: 73, 6A and AB. RGB value is (115,106,171). Sum of RGB (Red+Green+Blue) = 115+106+171=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #736AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAB is #8C9554. Grayscale: #737373. Windows color (decimal): -9213269 or 11233907. OLE color: 11233907.
HSL color Cylindrical-coordinate representation of color #736AAB: hue angle of 248.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736AAB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 106 | 171 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.33 |
| HSL | 248.31º | 0.28% | 0.54% | - |
| HSV(B) | 248.31º | 0.38% | 0.67% | - |
| XYZ | 19.57 | 16.89 | 40.76 | - |
| YUV | 116.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 171 | 0.33 | 0.38 | 0 | 0.33 | 248.31 | 0.28 | 0.54 |
| Hex | 73 | 6A | AB | 21 | 26 | 0 | 21 | F8 | 1C | 36 |
| Octal | 163 | 152 | 253 | 41 | 46 | 0 | 41 | 370 | 34 | 66 |
| Binary | 1110011 | 1101010 | 10101011 | 100001 | 100110 | 0 | 100001 | 11111000 | 11100 | 110110 |
Color Harmonies of #736AAB
Complementary color
Monochromatic Colors of #736AAB
Black with #736AAB
Text Example
Text Example
White with #736AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AAB; }
p { color: rgb(115,106,171); }
H1.HeaderClassName
{
color: #736AAB;
}
.AnyTagClassName
{
color: #736AAB;
}
</style>
background-color css
<style>
a { background-color: #736AAB; }
a { background-color: rgb(115,106,171); }
div.DivClassName
{
background-color: #736AAB;
}
.BgClassName
{
background-color: #736AAB;
}
</style>
border-color css
<style>
span { border-color: #736AAB; }
span { border-color: rgb(115,106,171); }
td.TdClassName
{
border-color: #736AAB;
}
.TagClassName
{
border-color: #736AAB;
}
</style>