Shades of Scampi #7368A3
Tints of Scampi #7368A3
RGB
CMYK
RGB Variations
Color information
#7368A3 (or 0x7368A3) is known color: Scampi. HEX triplet: 73, 68 and A3. RGB value is (115,104,163). Sum of RGB (Red+Green+Blue) = 115+104+163=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 163 - color contains mainly: blue. Hex color #7368A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7368A3 is #8C975C. Grayscale: #717171. Windows color (decimal): -9213789 or 10709107. OLE color: 10709107.
HSL color Cylindrical-coordinate representation of color #7368A3: hue angle of 251.19º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7368A3 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 104 | 163 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.36 |
| HSL | 251.19º | 0.24% | 0.52% | - |
| HSV(B) | 251.19º | 0.36% | 0.64% | - |
| XYZ | 18.63 | 16.19 | 36.79 | - |
| YUV | 114.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 163 | 0.29 | 0.36 | 0 | 0.36 | 251.19 | 0.24 | 0.52 |
| Hex | 73 | 68 | A3 | 1D | 24 | 0 | 24 | FB | 18 | 34 |
| Octal | 163 | 150 | 243 | 35 | 44 | 0 | 44 | 373 | 30 | 64 |
| Binary | 1110011 | 1101000 | 10100011 | 11101 | 100100 | 0 | 100100 | 11111011 | 11000 | 110100 |
Color Harmonies of #7368A3
Complementary color
Monochromatic Colors of #7368A3
Black with #7368A3
Text Example
Text Example
White with #7368A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7368A3; }
p { color: rgb(115,104,163); }
H1.HeaderClassName
{
color: #7368A3;
}
.AnyTagClassName
{
color: #7368A3;
}
</style>
background-color css
<style>
a { background-color: #7368A3; }
a { background-color: rgb(115,104,163); }
div.DivClassName
{
background-color: #7368A3;
}
.BgClassName
{
background-color: #7368A3;
}
</style>
border-color css
<style>
span { border-color: #7368A3; }
span { border-color: rgb(115,104,163); }
td.TdClassName
{
border-color: #7368A3;
}
.TagClassName
{
border-color: #7368A3;
}
</style>