Shades of Scampi #755EA2
Tints of Scampi #755EA2
RGB
CMYK
RGB Variations
Color information
#755EA2 (or 0x755EA2) is known color: Scampi. HEX triplet: 75, 5E and A2. RGB value is (117,94,162). Sum of RGB (Red+Green+Blue) = 117+94+162=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #755EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EA2 is #8AA15D. Grayscale: #6C6C6C. Windows color (decimal): -9085278 or 10641013. OLE color: 10641013.
HSL color Cylindrical-coordinate representation of color #755EA2: hue angle of 260.29º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755EA2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 94 | 162 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.36 |
| HSL | 260.29º | 0.27% | 0.5% | - |
| HSV(B) | 260.29º | 0.42% | 0.64% | - |
| XYZ | 17.86 | 14.4 | 36.02 | - |
| YUV | 108.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 162 | 0.28 | 0.42 | 0 | 0.36 | 260.29 | 0.27 | 0.5 |
| Hex | 75 | 5E | A2 | 1C | 2A | 0 | 24 | 104 | 1B | 32 |
| Octal | 165 | 136 | 242 | 34 | 52 | 0 | 44 | 404 | 33 | 62 |
| Binary | 1110101 | 1011110 | 10100010 | 11100 | 101010 | 0 | 100100 | 100000100 | 11011 | 110010 |
Color Harmonies of #755EA2
Complementary color
Monochromatic Colors of #755EA2
Black with #755EA2
Text Example
Text Example
White with #755EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EA2; }
p { color: rgb(117,94,162); }
H1.HeaderClassName
{
color: #755EA2;
}
.AnyTagClassName
{
color: #755EA2;
}
</style>
background-color css
<style>
a { background-color: #755EA2; }
a { background-color: rgb(117,94,162); }
div.DivClassName
{
background-color: #755EA2;
}
.BgClassName
{
background-color: #755EA2;
}
</style>
border-color css
<style>
span { border-color: #755EA2; }
span { border-color: rgb(117,94,162); }
td.TdClassName
{
border-color: #755EA2;
}
.TagClassName
{
border-color: #755EA2;
}
</style>