Shades of Scampi #717093
Tints of Scampi #717093
RGB
CMYK
RGB Variations
Color information
#717093 (or 0x717093) is known color: Scampi. HEX triplet: 71, 70 and 93. RGB value is (113,112,147). Sum of RGB (Red+Green+Blue) = 113+112+147=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #717093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717093 is #8E8F6C. Grayscale: #747474. Windows color (decimal): -9342829 or 9662577. OLE color: 9662577.
HSL color Cylindrical-coordinate representation of color #717093: hue angle of 241.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717093 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 112 | 147 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.42 |
| HSL | 241.71º | 0.14% | 0.51% | - |
| HSV(B) | 241.71º | 0.24% | 0.58% | - |
| XYZ | 17.87 | 17.21 | 29.98 | - |
| YUV | 116.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 147 | 0.23 | 0.24 | 0 | 0.42 | 241.71 | 0.14 | 0.51 |
| Hex | 71 | 70 | 93 | 17 | 18 | 0 | 2A | F2 | E | 33 |
| Octal | 161 | 160 | 223 | 27 | 30 | 0 | 52 | 362 | 16 | 63 |
| Binary | 1110001 | 1110000 | 10010011 | 10111 | 11000 | 0 | 101010 | 11110010 | 1110 | 110011 |
Color Harmonies of #717093
Complementary color
Monochromatic Colors of #717093
Black with #717093
Text Example
Text Example
White with #717093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717093; }
p { color: rgb(113,112,147); }
H1.HeaderClassName
{
color: #717093;
}
.AnyTagClassName
{
color: #717093;
}
</style>
background-color css
<style>
a { background-color: #717093; }
a { background-color: rgb(113,112,147); }
div.DivClassName
{
background-color: #717093;
}
.BgClassName
{
background-color: #717093;
}
</style>
border-color css
<style>
span { border-color: #717093; }
span { border-color: rgb(113,112,147); }
td.TdClassName
{
border-color: #717093;
}
.TagClassName
{
border-color: #717093;
}
</style>