Shades of Scampi #755EA9
Tints of Scampi #755EA9
RGB
CMYK
RGB Variations
Color information
#755EA9 (or 0x755EA9) is known color: Scampi. HEX triplet: 75, 5E and A9. RGB value is (117,94,169). Sum of RGB (Red+Green+Blue) = 117+94+169=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 169 - color contains mainly: blue. Hex color #755EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EA9 is #8AA156. Grayscale: #6D6D6D. Windows color (decimal): -9085271 or 11099765. OLE color: 11099765.
HSL color Cylindrical-coordinate representation of color #755EA9: hue angle of 258.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755EA9 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 94 | 169 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.34 |
| HSL | 258.4º | 0.3% | 0.52% | - |
| HSV(B) | 258.4º | 0.44% | 0.66% | - |
| XYZ | 18.5 | 14.65 | 39.39 | - |
| YUV | 109.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 169 | 0.31 | 0.44 | 0 | 0.34 | 258.4 | 0.3 | 0.52 |
| Hex | 75 | 5E | A9 | 1F | 2C | 0 | 22 | 102 | 1E | 34 |
| Octal | 165 | 136 | 251 | 37 | 54 | 0 | 42 | 402 | 36 | 64 |
| Binary | 1110101 | 1011110 | 10101001 | 11111 | 101100 | 0 | 100010 | 100000010 | 11110 | 110100 |
Color Harmonies of #755EA9
Complementary color
Monochromatic Colors of #755EA9
Black with #755EA9
Text Example
Text Example
White with #755EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755EA9; }
p { color: rgb(117,94,169); }
H1.HeaderClassName
{
color: #755EA9;
}
.AnyTagClassName
{
color: #755EA9;
}
</style>
background-color css
<style>
a { background-color: #755EA9; }
a { background-color: rgb(117,94,169); }
div.DivClassName
{
background-color: #755EA9;
}
.BgClassName
{
background-color: #755EA9;
}
</style>
border-color css
<style>
span { border-color: #755EA9; }
span { border-color: rgb(117,94,169); }
td.TdClassName
{
border-color: #755EA9;
}
.TagClassName
{
border-color: #755EA9;
}
</style>