Shades of Scampi #707298
Tints of Scampi #707298
RGB
CMYK
RGB Variations
Color information
#707298 (or 0x707298) is known color: Scampi. HEX triplet: 70, 72 and 98. RGB value is (112,114,152). Sum of RGB (Red+Green+Blue) = 112+114+152=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #707298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707298 is #8F8D67. Grayscale: #757575. Windows color (decimal): -9407848 or 9990768. OLE color: 9990768.
HSL color Cylindrical-coordinate representation of color #707298: hue angle of 237º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707298 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 114 | 152 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.40 |
| HSL | 237º | 0.16% | 0.52% | - |
| HSV(B) | 237º | 0.26% | 0.6% | - |
| XYZ | 18.37 | 17.75 | 32.16 | - |
| YUV | 117.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 152 | 0.26 | 0.25 | 0 | 0.40 | 237 | 0.16 | 0.52 |
| Hex | 70 | 72 | 98 | 1A | 19 | 0 | 28 | ED | 10 | 34 |
| Octal | 160 | 162 | 230 | 32 | 31 | 0 | 50 | 355 | 20 | 64 |
| Binary | 1110000 | 1110010 | 10011000 | 11010 | 11001 | 0 | 101000 | 11101101 | 10000 | 110100 |
Color Harmonies of #707298
Complementary color
Monochromatic Colors of #707298
Black with #707298
Text Example
Text Example
White with #707298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707298; }
p { color: rgb(112,114,152); }
H1.HeaderClassName
{
color: #707298;
}
.AnyTagClassName
{
color: #707298;
}
</style>
background-color css
<style>
a { background-color: #707298; }
a { background-color: rgb(112,114,152); }
div.DivClassName
{
background-color: #707298;
}
.BgClassName
{
background-color: #707298;
}
</style>
border-color css
<style>
span { border-color: #707298; }
span { border-color: rgb(112,114,152); }
td.TdClassName
{
border-color: #707298;
}
.TagClassName
{
border-color: #707298;
}
</style>