Shades of Scampi #725EA7
Tints of Scampi #725EA7
RGB
CMYK
RGB Variations
Color information
#725EA7 (or 0x725EA7) is known color: Scampi. HEX triplet: 72, 5E and A7. RGB value is (114,94,167). Sum of RGB (Red+Green+Blue) = 114+94+167=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #725EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725EA7 is #8DA158. Grayscale: #6C6C6C. Windows color (decimal): -9281881 or 10968690. OLE color: 10968690.
HSL color Cylindrical-coordinate representation of color #725EA7: hue angle of 256.44º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725EA7 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 94 | 167 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.35 |
| HSL | 256.44º | 0.29% | 0.51% | - |
| HSV(B) | 256.44º | 0.44% | 0.65% | - |
| XYZ | 17.92 | 14.37 | 38.39 | - |
| YUV | 108.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 167 | 0.32 | 0.44 | 0 | 0.35 | 256.44 | 0.29 | 0.51 |
| Hex | 72 | 5E | A7 | 20 | 2C | 0 | 23 | 100 | 1D | 33 |
| Octal | 162 | 136 | 247 | 40 | 54 | 0 | 43 | 400 | 35 | 63 |
| Binary | 1110010 | 1011110 | 10100111 | 100000 | 101100 | 0 | 100011 | 100000000 | 11101 | 110011 |
Color Harmonies of #725EA7
Complementary color
Monochromatic Colors of #725EA7
Black with #725EA7
Text Example
Text Example
White with #725EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725EA7; }
p { color: rgb(114,94,167); }
H1.HeaderClassName
{
color: #725EA7;
}
.AnyTagClassName
{
color: #725EA7;
}
</style>
background-color css
<style>
a { background-color: #725EA7; }
a { background-color: rgb(114,94,167); }
div.DivClassName
{
background-color: #725EA7;
}
.BgClassName
{
background-color: #725EA7;
}
</style>
border-color css
<style>
span { border-color: #725EA7; }
span { border-color: rgb(114,94,167); }
td.TdClassName
{
border-color: #725EA7;
}
.TagClassName
{
border-color: #725EA7;
}
</style>