Shades of Scampi #735BA9
Tints of Scampi #735BA9
RGB
CMYK
RGB Variations
Color information
#735BA9 (or 0x735BA9) is known color: Scampi. HEX triplet: 73, 5B and A9. RGB value is (115,91,169). Sum of RGB (Red+Green+Blue) = 115+91+169=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #735BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735BA9 is #8CA456. Grayscale: #6A6A6A. Windows color (decimal): -9217111 or 11098995. OLE color: 11098995.
HSL color Cylindrical-coordinate representation of color #735BA9: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735BA9 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 91 | 169 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.34 |
| HSL | 258.46º | 0.31% | 0.51% | - |
| HSV(B) | 258.46º | 0.46% | 0.66% | - |
| XYZ | 17.97 | 13.99 | 39.29 | - |
| YUV | 107.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 169 | 0.32 | 0.46 | 0 | 0.34 | 258.46 | 0.31 | 0.51 |
| Hex | 73 | 5B | A9 | 20 | 2E | 0 | 22 | 102 | 1F | 33 |
| Octal | 163 | 133 | 251 | 40 | 56 | 0 | 42 | 402 | 37 | 63 |
| Binary | 1110011 | 1011011 | 10101001 | 100000 | 101110 | 0 | 100010 | 100000010 | 11111 | 110011 |
Color Harmonies of #735BA9
Complementary color
Monochromatic Colors of #735BA9
Black with #735BA9
Text Example
Text Example
White with #735BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735BA9; }
p { color: rgb(115,91,169); }
H1.HeaderClassName
{
color: #735BA9;
}
.AnyTagClassName
{
color: #735BA9;
}
</style>
background-color css
<style>
a { background-color: #735BA9; }
a { background-color: rgb(115,91,169); }
div.DivClassName
{
background-color: #735BA9;
}
.BgClassName
{
background-color: #735BA9;
}
</style>
border-color css
<style>
span { border-color: #735BA9; }
span { border-color: rgb(115,91,169); }
td.TdClassName
{
border-color: #735BA9;
}
.TagClassName
{
border-color: #735BA9;
}
</style>