Shades of Scampi #757198
Tints of Scampi #757198
RGB
CMYK
RGB Variations
Color information
#757198 (or 0x757198) is known color: Scampi. HEX triplet: 75, 71 and 98. RGB value is (117,113,152). Sum of RGB (Red+Green+Blue) = 117+113+152=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #757198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757198 is #8A8E67. Grayscale: #767676. Windows color (decimal): -9080424 or 9990517. OLE color: 9990517.
HSL color Cylindrical-coordinate representation of color #757198: hue angle of 246.15º 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 #757198 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 113 | 152 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.40 |
| HSL | 246.15º | 0.16% | 0.52% | - |
| HSV(B) | 246.15º | 0.26% | 0.6% | - |
| XYZ | 18.91 | 17.86 | 32.16 | - |
| YUV | 118.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 152 | 0.23 | 0.26 | 0 | 0.40 | 246.15 | 0.16 | 0.52 |
| Hex | 75 | 71 | 98 | 17 | 1A | 0 | 28 | F6 | 10 | 34 |
| Octal | 165 | 161 | 230 | 27 | 32 | 0 | 50 | 366 | 20 | 64 |
| Binary | 1110101 | 1110001 | 10011000 | 10111 | 11010 | 0 | 101000 | 11110110 | 10000 | 110100 |
Color Harmonies of #757198
Complementary color
Monochromatic Colors of #757198
Black with #757198
Text Example
Text Example
White with #757198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757198; }
p { color: rgb(117,113,152); }
H1.HeaderClassName
{
color: #757198;
}
.AnyTagClassName
{
color: #757198;
}
</style>
background-color css
<style>
a { background-color: #757198; }
a { background-color: rgb(117,113,152); }
div.DivClassName
{
background-color: #757198;
}
.BgClassName
{
background-color: #757198;
}
</style>
border-color css
<style>
span { border-color: #757198; }
span { border-color: rgb(117,113,152); }
td.TdClassName
{
border-color: #757198;
}
.TagClassName
{
border-color: #757198;
}
</style>