Shades of Scampi #7365AD
Tints of Scampi #7365AD
RGB
CMYK
RGB Variations
Color information
#7365AD (or 0x7365AD) is known color: Scampi. HEX triplet: 73, 65 and AD. RGB value is (115,101,173). Sum of RGB (Red+Green+Blue) = 115+101+173=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7365AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7365AD is #8C9A52. Grayscale: #717171. Windows color (decimal): -9214547 or 11363699. OLE color: 11363699.
HSL color Cylindrical-coordinate representation of color #7365AD: hue angle of 251.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7365AD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 101 | 173 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.32 |
| HSL | 251.67º | 0.31% | 0.54% | - |
| HSV(B) | 251.67º | 0.42% | 0.68% | - |
| XYZ | 19.27 | 15.97 | 41.6 | - |
| YUV | 113.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 173 | 0.34 | 0.42 | 0 | 0.32 | 251.67 | 0.31 | 0.54 |
| Hex | 73 | 65 | AD | 22 | 2A | 0 | 20 | FC | 1F | 36 |
| Octal | 163 | 145 | 255 | 42 | 52 | 0 | 40 | 374 | 37 | 66 |
| Binary | 1110011 | 1100101 | 10101101 | 100010 | 101010 | 0 | 100000 | 11111100 | 11111 | 110110 |
Color Harmonies of #7365AD
Complementary color
Monochromatic Colors of #7365AD
Black with #7365AD
Text Example
Text Example
White with #7365AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365AD; }
p { color: rgb(115,101,173); }
H1.HeaderClassName
{
color: #7365AD;
}
.AnyTagClassName
{
color: #7365AD;
}
</style>
background-color css
<style>
a { background-color: #7365AD; }
a { background-color: rgb(115,101,173); }
div.DivClassName
{
background-color: #7365AD;
}
.BgClassName
{
background-color: #7365AD;
}
</style>
border-color css
<style>
span { border-color: #7365AD; }
span { border-color: rgb(115,101,173); }
td.TdClassName
{
border-color: #7365AD;
}
.TagClassName
{
border-color: #7365AD;
}
</style>