Shades of Scampi #707193
Tints of Scampi #707193
RGB
CMYK
RGB Variations
Color information
#707193 (or 0x707193) is known color: Scampi. HEX triplet: 70, 71 and 93. RGB value is (112,113,147). Sum of RGB (Red+Green+Blue) = 112+113+147=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 113 (44.53% from 255 or 30.38% 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 #707193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707193 is #8F8E6C. Grayscale: #747474. Windows color (decimal): -9408109 or 9662832. OLE color: 9662832.
HSL color Cylindrical-coordinate representation of color #707193: hue angle of 238.29º 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 #707193 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 113 | 147 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.42 |
| HSL | 238.29º | 0.14% | 0.51% | - |
| HSV(B) | 238.29º | 0.24% | 0.58% | - |
| XYZ | 17.85 | 17.36 | 30.01 | - |
| YUV | 116.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 147 | 0.24 | 0.23 | 0 | 0.42 | 238.29 | 0.14 | 0.51 |
| Hex | 70 | 71 | 93 | 18 | 17 | 0 | 2A | EE | E | 33 |
| Octal | 160 | 161 | 223 | 30 | 27 | 0 | 52 | 356 | 16 | 63 |
| Binary | 1110000 | 1110001 | 10010011 | 11000 | 10111 | 0 | 101010 | 11101110 | 1110 | 110011 |
Color Harmonies of #707193
Complementary color
Monochromatic Colors of #707193
Black with #707193
Text Example
Text Example
White with #707193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707193; }
p { color: rgb(112,113,147); }
H1.HeaderClassName
{
color: #707193;
}
.AnyTagClassName
{
color: #707193;
}
</style>
background-color css
<style>
a { background-color: #707193; }
a { background-color: rgb(112,113,147); }
div.DivClassName
{
background-color: #707193;
}
.BgClassName
{
background-color: #707193;
}
</style>
border-color css
<style>
span { border-color: #707193; }
span { border-color: rgb(112,113,147); }
td.TdClassName
{
border-color: #707193;
}
.TagClassName
{
border-color: #707193;
}
</style>