Shades of Scampi #735DA9
Tints of Scampi #735DA9
RGB
CMYK
RGB Variations
Color information
#735DA9 (or 0x735DA9) is known color: Scampi. HEX triplet: 73, 5D and A9. RGB value is (115,93,169). Sum of RGB (Red+Green+Blue) = 115+93+169=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #735DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DA9 is #8CA256. Grayscale: #6B6B6B. Windows color (decimal): -9216599 or 11099507. OLE color: 11099507.
HSL color Cylindrical-coordinate representation of color #735DA9: hue angle of 257.37º degrees, saturation: 0.31, 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 #735DA9 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 93 | 169 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.34 |
| HSL | 257.37º | 0.31% | 0.51% | - |
| HSV(B) | 257.37º | 0.45% | 0.66% | - |
| XYZ | 18.15 | 14.34 | 39.35 | - |
| YUV | 108.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 169 | 0.32 | 0.45 | 0 | 0.34 | 257.37 | 0.31 | 0.51 |
| Hex | 73 | 5D | A9 | 20 | 2D | 0 | 22 | 101 | 1F | 33 |
| Octal | 163 | 135 | 251 | 40 | 55 | 0 | 42 | 401 | 37 | 63 |
| Binary | 1110011 | 1011101 | 10101001 | 100000 | 101101 | 0 | 100010 | 100000001 | 11111 | 110011 |
Color Harmonies of #735DA9
Complementary color
Monochromatic Colors of #735DA9
Black with #735DA9
Text Example
Text Example
White with #735DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DA9; }
p { color: rgb(115,93,169); }
H1.HeaderClassName
{
color: #735DA9;
}
.AnyTagClassName
{
color: #735DA9;
}
</style>
background-color css
<style>
a { background-color: #735DA9; }
a { background-color: rgb(115,93,169); }
div.DivClassName
{
background-color: #735DA9;
}
.BgClassName
{
background-color: #735DA9;
}
</style>
border-color css
<style>
span { border-color: #735DA9; }
span { border-color: rgb(115,93,169); }
td.TdClassName
{
border-color: #735DA9;
}
.TagClassName
{
border-color: #735DA9;
}
</style>