Shades of Scampi #755BA8
Tints of Scampi #755BA8
RGB
CMYK
RGB Variations
Color information
#755BA8 (or 0x755BA8) is known color: Scampi. HEX triplet: 75, 5B and A8. RGB value is (117,91,168). Sum of RGB (Red+Green+Blue) = 117+91+168=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #755BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BA8 is #8AA457. Grayscale: #6B6B6B. Windows color (decimal): -9086040 or 11033461. OLE color: 11033461.
HSL color Cylindrical-coordinate representation of color #755BA8: hue angle of 260.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755BA8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 91 | 168 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.34 |
| HSL | 260.26º | 0.31% | 0.51% | - |
| HSV(B) | 260.26º | 0.46% | 0.66% | - |
| XYZ | 18.15 | 14.09 | 38.81 | - |
| YUV | 107.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 168 | 0.30 | 0.46 | 0 | 0.34 | 260.26 | 0.31 | 0.51 |
| Hex | 75 | 5B | A8 | 1E | 2E | 0 | 22 | 104 | 1F | 33 |
| Octal | 165 | 133 | 250 | 36 | 56 | 0 | 42 | 404 | 37 | 63 |
| Binary | 1110101 | 1011011 | 10101000 | 11110 | 101110 | 0 | 100010 | 100000100 | 11111 | 110011 |
Color Harmonies of #755BA8
Complementary color
Monochromatic Colors of #755BA8
Black with #755BA8
Text Example
Text Example
White with #755BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755BA8; }
p { color: rgb(117,91,168); }
H1.HeaderClassName
{
color: #755BA8;
}
.AnyTagClassName
{
color: #755BA8;
}
</style>
background-color css
<style>
a { background-color: #755BA8; }
a { background-color: rgb(117,91,168); }
div.DivClassName
{
background-color: #755BA8;
}
.BgClassName
{
background-color: #755BA8;
}
</style>
border-color css
<style>
span { border-color: #755BA8; }
span { border-color: rgb(117,91,168); }
td.TdClassName
{
border-color: #755BA8;
}
.TagClassName
{
border-color: #755BA8;
}
</style>