Shades of Scampi #745E9F
Tints of Scampi #745E9F
RGB
CMYK
RGB Variations
Color information
#745E9F (or 0x745E9F) is known color: Scampi. HEX triplet: 74, 5E and 9F. RGB value is (116,94,159). Sum of RGB (Red+Green+Blue) = 116+94+159=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #745E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E9F is #8BA160. Grayscale: #6B6B6B. Windows color (decimal): -9150817 or 10444404. OLE color: 10444404.
HSL color Cylindrical-coordinate representation of color #745E9F: hue angle of 260.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745E9F is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 94 | 159 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.38 |
| HSL | 260.31º | 0.26% | 0.5% | - |
| HSV(B) | 260.31º | 0.41% | 0.62% | - |
| XYZ | 17.46 | 14.22 | 34.63 | - |
| YUV | 107.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 159 | 0.27 | 0.41 | 0 | 0.38 | 260.31 | 0.26 | 0.5 |
| Hex | 74 | 5E | 9F | 1B | 29 | 0 | 26 | 104 | 1A | 32 |
| Octal | 164 | 136 | 237 | 33 | 51 | 0 | 46 | 404 | 32 | 62 |
| Binary | 1110100 | 1011110 | 10011111 | 11011 | 101001 | 0 | 100110 | 100000100 | 11010 | 110010 |
Color Harmonies of #745E9F
Complementary color
Monochromatic Colors of #745E9F
Black with #745E9F
Text Example
Text Example
White with #745E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E9F; }
p { color: rgb(116,94,159); }
H1.HeaderClassName
{
color: #745E9F;
}
.AnyTagClassName
{
color: #745E9F;
}
</style>
background-color css
<style>
a { background-color: #745E9F; }
a { background-color: rgb(116,94,159); }
div.DivClassName
{
background-color: #745E9F;
}
.BgClassName
{
background-color: #745E9F;
}
</style>
border-color css
<style>
span { border-color: #745E9F; }
span { border-color: rgb(116,94,159); }
td.TdClassName
{
border-color: #745E9F;
}
.TagClassName
{
border-color: #745E9F;
}
</style>