Shades of Scampi #755AA5
Tints of Scampi #755AA5
RGB
CMYK
RGB Variations
Color information
#755AA5 (or 0x755AA5) is known color: Scampi. HEX triplet: 75, 5A and A5. RGB value is (117,90,165). Sum of RGB (Red+Green+Blue) = 117+90+165=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #755AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AA5 is #8AA55A. Grayscale: #6A6A6A. Windows color (decimal): -9086299 or 10836597. OLE color: 10836597.
HSL color Cylindrical-coordinate representation of color #755AA5: hue angle of 261.6º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755AA5 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 90 | 165 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.35 |
| HSL | 261.6º | 0.29% | 0.5% | - |
| HSV(B) | 261.6º | 0.45% | 0.65% | - |
| XYZ | 17.78 | 13.81 | 37.33 | - |
| YUV | 106.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 165 | 0.29 | 0.45 | 0 | 0.35 | 261.6 | 0.29 | 0.5 |
| Hex | 75 | 5A | A5 | 1D | 2D | 0 | 23 | 106 | 1D | 32 |
| Octal | 165 | 132 | 245 | 35 | 55 | 0 | 43 | 406 | 35 | 62 |
| Binary | 1110101 | 1011010 | 10100101 | 11101 | 101101 | 0 | 100011 | 100000110 | 11101 | 110010 |
Color Harmonies of #755AA5
Complementary color
Monochromatic Colors of #755AA5
Black with #755AA5
Text Example
Text Example
White with #755AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755AA5; }
p { color: rgb(117,90,165); }
H1.HeaderClassName
{
color: #755AA5;
}
.AnyTagClassName
{
color: #755AA5;
}
</style>
background-color css
<style>
a { background-color: #755AA5; }
a { background-color: rgb(117,90,165); }
div.DivClassName
{
background-color: #755AA5;
}
.BgClassName
{
background-color: #755AA5;
}
</style>
border-color css
<style>
span { border-color: #755AA5; }
span { border-color: rgb(117,90,165); }
td.TdClassName
{
border-color: #755AA5;
}
.TagClassName
{
border-color: #755AA5;
}
</style>