Shades of Scampi #756B9F
Tints of Scampi #756B9F
RGB
CMYK
RGB Variations
Color information
#756B9F (or 0x756B9F) is known color: Scampi. HEX triplet: 75, 6B and 9F. RGB value is (117,107,159). Sum of RGB (Red+Green+Blue) = 117+107+159=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #756B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B9F is #8A9460. Grayscale: #737373. Windows color (decimal): -9081953 or 10447733. OLE color: 10447733.
HSL color Cylindrical-coordinate representation of color #756B9F: hue angle of 251.54º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756B9F is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 107 | 159 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.38 |
| HSL | 251.54º | 0.21% | 0.52% | - |
| HSV(B) | 251.54º | 0.33% | 0.62% | - |
| XYZ | 18.85 | 16.8 | 35.05 | - |
| YUV | 115.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 159 | 0.26 | 0.33 | 0 | 0.38 | 251.54 | 0.21 | 0.52 |
| Hex | 75 | 6B | 9F | 1A | 21 | 0 | 26 | FC | 15 | 34 |
| Octal | 165 | 153 | 237 | 32 | 41 | 0 | 46 | 374 | 25 | 64 |
| Binary | 1110101 | 1101011 | 10011111 | 11010 | 100001 | 0 | 100110 | 11111100 | 10101 | 110100 |
Color Harmonies of #756B9F
Complementary color
Monochromatic Colors of #756B9F
Black with #756B9F
Text Example
Text Example
White with #756B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B9F; }
p { color: rgb(117,107,159); }
H1.HeaderClassName
{
color: #756B9F;
}
.AnyTagClassName
{
color: #756B9F;
}
</style>
background-color css
<style>
a { background-color: #756B9F; }
a { background-color: rgb(117,107,159); }
div.DivClassName
{
background-color: #756B9F;
}
.BgClassName
{
background-color: #756B9F;
}
</style>
border-color css
<style>
span { border-color: #756B9F; }
span { border-color: rgb(117,107,159); }
td.TdClassName
{
border-color: #756B9F;
}
.TagClassName
{
border-color: #756B9F;
}
</style>