Shades of Scampi #7363A6
Tints of Scampi #7363A6
RGB
CMYK
RGB Variations
Color information
#7363A6 (or 0x7363A6) is known color: Scampi. HEX triplet: 73, 63 and A6. RGB value is (115,99,166). Sum of RGB (Red+Green+Blue) = 115+99+166=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 166 - color contains mainly: blue. Hex color #7363A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7363A6 is #8C9C59. Grayscale: #6F6F6F. Windows color (decimal): -9215066 or 10904435. OLE color: 10904435.
HSL color Cylindrical-coordinate representation of color #7363A6: hue angle of 254.33º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7363A6 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 99 | 166 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.35 |
| HSL | 254.33º | 0.27% | 0.52% | - |
| HSV(B) | 254.33º | 0.4% | 0.65% | - |
| XYZ | 18.42 | 15.32 | 38.06 | - |
| YUV | 111.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 166 | 0.31 | 0.40 | 0 | 0.35 | 254.33 | 0.27 | 0.52 |
| Hex | 73 | 63 | A6 | 1F | 28 | 0 | 23 | FE | 1B | 34 |
| Octal | 163 | 143 | 246 | 37 | 50 | 0 | 43 | 376 | 33 | 64 |
| Binary | 1110011 | 1100011 | 10100110 | 11111 | 101000 | 0 | 100011 | 11111110 | 11011 | 110100 |
Color Harmonies of #7363A6
Complementary color
Monochromatic Colors of #7363A6
Black with #7363A6
Text Example
Text Example
White with #7363A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7363A6; }
p { color: rgb(115,99,166); }
H1.HeaderClassName
{
color: #7363A6;
}
.AnyTagClassName
{
color: #7363A6;
}
</style>
background-color css
<style>
a { background-color: #7363A6; }
a { background-color: rgb(115,99,166); }
div.DivClassName
{
background-color: #7363A6;
}
.BgClassName
{
background-color: #7363A6;
}
</style>
border-color css
<style>
span { border-color: #7363A6; }
span { border-color: rgb(115,99,166); }
td.TdClassName
{
border-color: #7363A6;
}
.TagClassName
{
border-color: #7363A6;
}
</style>