Shades of Scampi #725E9A
Tints of Scampi #725E9A
RGB
CMYK
RGB Variations
Color information
#725E9A (or 0x725E9A) is known color: Scampi. HEX triplet: 72, 5E and 9A. RGB value is (114,94,154). Sum of RGB (Red+Green+Blue) = 114+94+154=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #725E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E9A is #8DA165. Grayscale: #6A6A6A. Windows color (decimal): -9281894 or 10116722. OLE color: 10116722.
HSL color Cylindrical-coordinate representation of color #725E9A: hue angle of 260º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725E9A is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 94 | 154 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.40 |
| HSL | 260º | 0.24% | 0.49% | - |
| HSV(B) | 260º | 0.39% | 0.6% | - |
| XYZ | 16.77 | 13.92 | 32.37 | - |
| YUV | 106.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 154 | 0.26 | 0.39 | 0 | 0.40 | 260 | 0.24 | 0.49 |
| Hex | 72 | 5E | 9A | 1A | 27 | 0 | 28 | 104 | 18 | 31 |
| Octal | 162 | 136 | 232 | 32 | 47 | 0 | 50 | 404 | 30 | 61 |
| Binary | 1110010 | 1011110 | 10011010 | 11010 | 100111 | 0 | 101000 | 100000100 | 11000 | 110001 |
Color Harmonies of #725E9A
Complementary color
Monochromatic Colors of #725E9A
Black with #725E9A
Text Example
Text Example
White with #725E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E9A; }
p { color: rgb(114,94,154); }
H1.HeaderClassName
{
color: #725E9A;
}
.AnyTagClassName
{
color: #725E9A;
}
</style>
background-color css
<style>
a { background-color: #725E9A; }
a { background-color: rgb(114,94,154); }
div.DivClassName
{
background-color: #725E9A;
}
.BgClassName
{
background-color: #725E9A;
}
</style>
border-color css
<style>
span { border-color: #725E9A; }
span { border-color: rgb(114,94,154); }
td.TdClassName
{
border-color: #725E9A;
}
.TagClassName
{
border-color: #725E9A;
}
</style>