Shades of Scampi #7367A6
Tints of Scampi #7367A6
RGB
CMYK
RGB Variations
Color information
#7367A6 (or 0x7367A6) is known color: Scampi. HEX triplet: 73, 67 and A6. RGB value is (115,103,166). Sum of RGB (Red+Green+Blue) = 115+103+166=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 166 - color contains mainly: blue. Hex color #7367A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367A6 is #8C9859. Grayscale: #717171. Windows color (decimal): -9214042 or 10905459. OLE color: 10905459.
HSL color Cylindrical-coordinate representation of color #7367A6: hue angle of 251.43º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7367A6 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 103 | 166 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.35 |
| HSL | 251.43º | 0.26% | 0.53% | - |
| HSV(B) | 251.43º | 0.38% | 0.65% | - |
| XYZ | 18.8 | 16.1 | 38.19 | - |
| YUV | 113.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 166 | 0.31 | 0.38 | 0 | 0.35 | 251.43 | 0.26 | 0.53 |
| Hex | 73 | 67 | A6 | 1F | 26 | 0 | 23 | FB | 1A | 35 |
| Octal | 163 | 147 | 246 | 37 | 46 | 0 | 43 | 373 | 32 | 65 |
| Binary | 1110011 | 1100111 | 10100110 | 11111 | 100110 | 0 | 100011 | 11111011 | 11010 | 110101 |
Color Harmonies of #7367A6
Complementary color
Monochromatic Colors of #7367A6
Black with #7367A6
Text Example
Text Example
White with #7367A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367A6; }
p { color: rgb(115,103,166); }
H1.HeaderClassName
{
color: #7367A6;
}
.AnyTagClassName
{
color: #7367A6;
}
</style>
background-color css
<style>
a { background-color: #7367A6; }
a { background-color: rgb(115,103,166); }
div.DivClassName
{
background-color: #7367A6;
}
.BgClassName
{
background-color: #7367A6;
}
</style>
border-color css
<style>
span { border-color: #7367A6; }
span { border-color: rgb(115,103,166); }
td.TdClassName
{
border-color: #7367A6;
}
.TagClassName
{
border-color: #7367A6;
}
</style>