Shades of Scampi #747195
Tints of Scampi #747195
RGB
CMYK
RGB Variations
Color information
#747195 (or 0x747195) is known color: Scampi. HEX triplet: 74, 71 and 95. RGB value is (116,113,149). Sum of RGB (Red+Green+Blue) = 116+113+149=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #747195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747195 is #8B8E6A. Grayscale: #757575. Windows color (decimal): -9145963 or 9793908. OLE color: 9793908.
HSL color Cylindrical-coordinate representation of color #747195: hue angle of 245º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747195 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 113 | 149 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.42 |
| HSL | 245º | 0.15% | 0.51% | - |
| HSV(B) | 245º | 0.24% | 0.58% | - |
| XYZ | 18.53 | 17.69 | 30.87 | - |
| YUV | 118 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 149 | 0.22 | 0.24 | 0 | 0.42 | 245 | 0.15 | 0.51 |
| Hex | 74 | 71 | 95 | 16 | 18 | 0 | 2A | F5 | F | 33 |
| Octal | 164 | 161 | 225 | 26 | 30 | 0 | 52 | 365 | 17 | 63 |
| Binary | 1110100 | 1110001 | 10010101 | 10110 | 11000 | 0 | 101010 | 11110101 | 1111 | 110011 |
Color Harmonies of #747195
Complementary color
Monochromatic Colors of #747195
Black with #747195
Text Example
Text Example
White with #747195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747195; }
p { color: rgb(116,113,149); }
H1.HeaderClassName
{
color: #747195;
}
.AnyTagClassName
{
color: #747195;
}
</style>
background-color css
<style>
a { background-color: #747195; }
a { background-color: rgb(116,113,149); }
div.DivClassName
{
background-color: #747195;
}
.BgClassName
{
background-color: #747195;
}
</style>
border-color css
<style>
span { border-color: #747195; }
span { border-color: rgb(116,113,149); }
td.TdClassName
{
border-color: #747195;
}
.TagClassName
{
border-color: #747195;
}
</style>