Shades of Scampi #755CA0
Tints of Scampi #755CA0
RGB
CMYK
RGB Variations
Color information
#755CA0 (or 0x755CA0) is known color: Scampi. HEX triplet: 75, 5C and A0. RGB value is (117,92,160). Sum of RGB (Red+Green+Blue) = 117+92+160=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #755CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CA0 is #8AA35F. Grayscale: #6A6A6A. Windows color (decimal): -9085792 or 10509429. OLE color: 10509429.
HSL color Cylindrical-coordinate representation of color #755CA0: hue angle of 262.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755CA0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 92 | 160 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.37 |
| HSL | 262.06º | 0.27% | 0.49% | - |
| HSV(B) | 262.06º | 0.43% | 0.63% | - |
| XYZ | 17.51 | 13.97 | 35.03 | - |
| YUV | 107.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 160 | 0.27 | 0.43 | 0 | 0.37 | 262.06 | 0.27 | 0.49 |
| Hex | 75 | 5C | A0 | 1B | 2B | 0 | 25 | 106 | 1B | 31 |
| Octal | 165 | 134 | 240 | 33 | 53 | 0 | 45 | 406 | 33 | 61 |
| Binary | 1110101 | 1011100 | 10100000 | 11011 | 101011 | 0 | 100101 | 100000110 | 11011 | 110001 |
Color Harmonies of #755CA0
Complementary color
Monochromatic Colors of #755CA0
Black with #755CA0
Text Example
Text Example
White with #755CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755CA0; }
p { color: rgb(117,92,160); }
H1.HeaderClassName
{
color: #755CA0;
}
.AnyTagClassName
{
color: #755CA0;
}
</style>
background-color css
<style>
a { background-color: #755CA0; }
a { background-color: rgb(117,92,160); }
div.DivClassName
{
background-color: #755CA0;
}
.BgClassName
{
background-color: #755CA0;
}
</style>
border-color css
<style>
span { border-color: #755CA0; }
span { border-color: rgb(117,92,160); }
td.TdClassName
{
border-color: #755CA0;
}
.TagClassName
{
border-color: #755CA0;
}
</style>