Shades of Scampi #7262A6
Tints of Scampi #7262A6
RGB
CMYK
RGB Variations
Color information
#7262A6 (or 0x7262A6) is known color: Scampi. HEX triplet: 72, 62 and A6. RGB value is (114,98,166). Sum of RGB (Red+Green+Blue) = 114+98+166=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #7262A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7262A6 is #8D9D59. Grayscale: #6E6E6E. Windows color (decimal): -9280858 or 10904178. OLE color: 10904178.
HSL color Cylindrical-coordinate representation of color #7262A6: hue angle of 254.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7262A6 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 98 | 166 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.35 |
| HSL | 254.12º | 0.28% | 0.52% | - |
| HSV(B) | 254.12º | 0.41% | 0.65% | - |
| XYZ | 18.19 | 15.07 | 38.03 | - |
| YUV | 110.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 166 | 0.31 | 0.41 | 0 | 0.35 | 254.12 | 0.28 | 0.52 |
| Hex | 72 | 62 | A6 | 1F | 29 | 0 | 23 | FE | 1C | 34 |
| Octal | 162 | 142 | 246 | 37 | 51 | 0 | 43 | 376 | 34 | 64 |
| Binary | 1110010 | 1100010 | 10100110 | 11111 | 101001 | 0 | 100011 | 11111110 | 11100 | 110100 |
Color Harmonies of #7262A6
Complementary color
Monochromatic Colors of #7262A6
Black with #7262A6
Text Example
Text Example
White with #7262A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262A6; }
p { color: rgb(114,98,166); }
H1.HeaderClassName
{
color: #7262A6;
}
.AnyTagClassName
{
color: #7262A6;
}
</style>
background-color css
<style>
a { background-color: #7262A6; }
a { background-color: rgb(114,98,166); }
div.DivClassName
{
background-color: #7262A6;
}
.BgClassName
{
background-color: #7262A6;
}
</style>
border-color css
<style>
span { border-color: #7262A6; }
span { border-color: rgb(114,98,166); }
td.TdClassName
{
border-color: #7262A6;
}
.TagClassName
{
border-color: #7262A6;
}
</style>