Shades of Scampi #757298
Tints of Scampi #757298
RGB
CMYK
RGB Variations
Color information
#757298 (or 0x757298) is known color: Scampi. HEX triplet: 75, 72 and 98. RGB value is (117,114,152). Sum of RGB (Red+Green+Blue) = 117+114+152=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #757298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757298 is #8A8D67. Grayscale: #777777. Windows color (decimal): -9080168 or 9990773. OLE color: 9990773.
HSL color Cylindrical-coordinate representation of color #757298: hue angle of 244.74º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757298 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 114 | 152 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.40 |
| HSL | 244.74º | 0.16% | 0.52% | - |
| HSV(B) | 244.74º | 0.25% | 0.6% | - |
| XYZ | 19.02 | 18.08 | 32.19 | - |
| YUV | 119.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 152 | 0.23 | 0.25 | 0 | 0.40 | 244.74 | 0.16 | 0.52 |
| Hex | 75 | 72 | 98 | 17 | 19 | 0 | 28 | F5 | 10 | 34 |
| Octal | 165 | 162 | 230 | 27 | 31 | 0 | 50 | 365 | 20 | 64 |
| Binary | 1110101 | 1110010 | 10011000 | 10111 | 11001 | 0 | 101000 | 11110101 | 10000 | 110100 |
Color Harmonies of #757298
Complementary color
Monochromatic Colors of #757298
Black with #757298
Text Example
Text Example
White with #757298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757298; }
p { color: rgb(117,114,152); }
H1.HeaderClassName
{
color: #757298;
}
.AnyTagClassName
{
color: #757298;
}
</style>
background-color css
<style>
a { background-color: #757298; }
a { background-color: rgb(117,114,152); }
div.DivClassName
{
background-color: #757298;
}
.BgClassName
{
background-color: #757298;
}
</style>
border-color css
<style>
span { border-color: #757298; }
span { border-color: rgb(117,114,152); }
td.TdClassName
{
border-color: #757298;
}
.TagClassName
{
border-color: #757298;
}
</style>