Shades of Scampi #735CA8
Tints of Scampi #735CA8
RGB
CMYK
RGB Variations
Color information
#735CA8 (or 0x735CA8) is known color: Scampi. HEX triplet: 73, 5C and A8. RGB value is (115,92,168). Sum of RGB (Red+Green+Blue) = 115+92+168=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #735CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735CA8 is #8CA357. Grayscale: #6B6B6B. Windows color (decimal): -9216856 or 11033715. OLE color: 11033715.
HSL color Cylindrical-coordinate representation of color #735CA8: hue angle of 258.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735CA8 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 92 | 168 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.34 |
| HSL | 258.16º | 0.3% | 0.51% | - |
| HSV(B) | 258.16º | 0.45% | 0.66% | - |
| XYZ | 17.97 | 14.13 | 38.83 | - |
| YUV | 107.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 168 | 0.32 | 0.45 | 0 | 0.34 | 258.16 | 0.3 | 0.51 |
| Hex | 73 | 5C | A8 | 20 | 2D | 0 | 22 | 102 | 1E | 33 |
| Octal | 163 | 134 | 250 | 40 | 55 | 0 | 42 | 402 | 36 | 63 |
| Binary | 1110011 | 1011100 | 10101000 | 100000 | 101101 | 0 | 100010 | 100000010 | 11110 | 110011 |
Color Harmonies of #735CA8
Complementary color
Monochromatic Colors of #735CA8
Black with #735CA8
Text Example
Text Example
White with #735CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735CA8; }
p { color: rgb(115,92,168); }
H1.HeaderClassName
{
color: #735CA8;
}
.AnyTagClassName
{
color: #735CA8;
}
</style>
background-color css
<style>
a { background-color: #735CA8; }
a { background-color: rgb(115,92,168); }
div.DivClassName
{
background-color: #735CA8;
}
.BgClassName
{
background-color: #735CA8;
}
</style>
border-color css
<style>
span { border-color: #735CA8; }
span { border-color: rgb(115,92,168); }
td.TdClassName
{
border-color: #735CA8;
}
.TagClassName
{
border-color: #735CA8;
}
</style>