Shades of Scampi #755BA5
Tints of Scampi #755BA5
RGB
CMYK
RGB Variations
Color information
#755BA5 (or 0x755BA5) is known color: Scampi. HEX triplet: 75, 5B and A5. RGB value is (117,91,165). Sum of RGB (Red+Green+Blue) = 117+91+165=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #755BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BA5 is #8AA45A. Grayscale: #6A6A6A. Windows color (decimal): -9086043 or 10836853. OLE color: 10836853.
HSL color Cylindrical-coordinate representation of color #755BA5: hue angle of 261.08º 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 #755BA5 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 91 | 165 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.35 |
| HSL | 261.08º | 0.29% | 0.5% | - |
| HSV(B) | 261.08º | 0.45% | 0.65% | - |
| XYZ | 17.87 | 13.98 | 37.35 | - |
| YUV | 107.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 165 | 0.29 | 0.45 | 0 | 0.35 | 261.08 | 0.29 | 0.5 |
| Hex | 75 | 5B | A5 | 1D | 2D | 0 | 23 | 105 | 1D | 32 |
| Octal | 165 | 133 | 245 | 35 | 55 | 0 | 43 | 405 | 35 | 62 |
| Binary | 1110101 | 1011011 | 10100101 | 11101 | 101101 | 0 | 100011 | 100000101 | 11101 | 110010 |
Color Harmonies of #755BA5
Complementary color
Monochromatic Colors of #755BA5
Black with #755BA5
Text Example
Text Example
White with #755BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BA5; }
p { color: rgb(117,91,165); }
H1.HeaderClassName
{
color: #755BA5;
}
.AnyTagClassName
{
color: #755BA5;
}
</style>
background-color css
<style>
a { background-color: #755BA5; }
a { background-color: rgb(117,91,165); }
div.DivClassName
{
background-color: #755BA5;
}
.BgClassName
{
background-color: #755BA5;
}
</style>
border-color css
<style>
span { border-color: #755BA5; }
span { border-color: rgb(117,91,165); }
td.TdClassName
{
border-color: #755BA5;
}
.TagClassName
{
border-color: #755BA5;
}
</style>