Shades of Scampi #75659F
Tints of Scampi #75659F
RGB
CMYK
RGB Variations
Color information
#75659F (or 0x75659F) is known color: Scampi. HEX triplet: 75, 65 and 9F. RGB value is (117,101,159). Sum of RGB (Red+Green+Blue) = 117+101+159=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #75659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75659F is #8A9A60. Grayscale: #707070. Windows color (decimal): -9083489 or 10446197. OLE color: 10446197.
HSL color Cylindrical-coordinate representation of color #75659F: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75659F is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 101 | 159 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.38 |
| HSL | 256.55º | 0.23% | 0.51% | - |
| HSV(B) | 256.55º | 0.36% | 0.62% | - |
| XYZ | 18.25 | 15.59 | 34.85 | - |
| YUV | 112.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 159 | 0.26 | 0.36 | 0 | 0.38 | 256.55 | 0.23 | 0.51 |
| Hex | 75 | 65 | 9F | 1A | 24 | 0 | 26 | 101 | 17 | 33 |
| Octal | 165 | 145 | 237 | 32 | 44 | 0 | 46 | 401 | 27 | 63 |
| Binary | 1110101 | 1100101 | 10011111 | 11010 | 100100 | 0 | 100110 | 100000001 | 10111 | 110011 |
Color Harmonies of #75659F
Complementary color
Monochromatic Colors of #75659F
Black with #75659F
Text Example
Text Example
White with #75659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75659F; }
p { color: rgb(117,101,159); }
H1.HeaderClassName
{
color: #75659F;
}
.AnyTagClassName
{
color: #75659F;
}
</style>
background-color css
<style>
a { background-color: #75659F; }
a { background-color: rgb(117,101,159); }
div.DivClassName
{
background-color: #75659F;
}
.BgClassName
{
background-color: #75659F;
}
</style>
border-color css
<style>
span { border-color: #75659F; }
span { border-color: rgb(117,101,159); }
td.TdClassName
{
border-color: #75659F;
}
.TagClassName
{
border-color: #75659F;
}
</style>