Shades of Scampi #795DA5
Tints of Scampi #795DA5
RGB
CMYK
RGB Variations
Color information
#795DA5 (or 0x795DA5) is known color: Scampi. HEX triplet: 79, 5D and A5. RGB value is (121,93,165). Sum of RGB (Red+Green+Blue) = 121+93+165=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #795DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DA5 is #86A25A. Grayscale: #6D6D6D. Windows color (decimal): -8823387 or 10837369. OLE color: 10837369.
HSL color Cylindrical-coordinate representation of color #795DA5: hue angle of 263.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795DA5 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 93 | 165 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.35 |
| HSL | 263.33º | 0.29% | 0.51% | - |
| HSV(B) | 263.33º | 0.44% | 0.65% | - |
| XYZ | 18.59 | 14.61 | 37.44 | - |
| YUV | 109.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 165 | 0.27 | 0.44 | 0 | 0.35 | 263.33 | 0.29 | 0.51 |
| Hex | 79 | 5D | A5 | 1B | 2C | 0 | 23 | 107 | 1D | 33 |
| Octal | 171 | 135 | 245 | 33 | 54 | 0 | 43 | 407 | 35 | 63 |
| Binary | 1111001 | 1011101 | 10100101 | 11011 | 101100 | 0 | 100011 | 100000111 | 11101 | 110011 |
Color Harmonies of #795DA5
Complementary color
Monochromatic Colors of #795DA5
Black with #795DA5
Text Example
Text Example
White with #795DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795DA5; }
p { color: rgb(121,93,165); }
H1.HeaderClassName
{
color: #795DA5;
}
.AnyTagClassName
{
color: #795DA5;
}
</style>
background-color css
<style>
a { background-color: #795DA5; }
a { background-color: rgb(121,93,165); }
div.DivClassName
{
background-color: #795DA5;
}
.BgClassName
{
background-color: #795DA5;
}
</style>
border-color css
<style>
span { border-color: #795DA5; }
span { border-color: rgb(121,93,165); }
td.TdClassName
{
border-color: #795DA5;
}
.TagClassName
{
border-color: #795DA5;
}
</style>