Shades of Scampi #725F9B
Tints of Scampi #725F9B
RGB
CMYK
RGB Variations
Color information
#725F9B (or 0x725F9B) is known color: Scampi. HEX triplet: 72, 5F and 9B. RGB value is (114,95,155). Sum of RGB (Red+Green+Blue) = 114+95+155=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #725F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F9B is #8DA064. Grayscale: #6B6B6B. Windows color (decimal): -9281637 or 10182514. OLE color: 10182514.
HSL color Cylindrical-coordinate representation of color #725F9B: hue angle of 259º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725F9B is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 95 | 155 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.39 |
| HSL | 259º | 0.24% | 0.49% | - |
| HSV(B) | 259º | 0.39% | 0.61% | - |
| XYZ | 16.95 | 14.13 | 32.84 | - |
| YUV | 107.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 155 | 0.26 | 0.39 | 0 | 0.39 | 259 | 0.24 | 0.49 |
| Hex | 72 | 5F | 9B | 1A | 27 | 0 | 27 | 103 | 18 | 31 |
| Octal | 162 | 137 | 233 | 32 | 47 | 0 | 47 | 403 | 30 | 61 |
| Binary | 1110010 | 1011111 | 10011011 | 11010 | 100111 | 0 | 100111 | 100000011 | 11000 | 110001 |
Color Harmonies of #725F9B
Complementary color
Monochromatic Colors of #725F9B
Black with #725F9B
Text Example
Text Example
White with #725F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F9B; }
p { color: rgb(114,95,155); }
H1.HeaderClassName
{
color: #725F9B;
}
.AnyTagClassName
{
color: #725F9B;
}
</style>
background-color css
<style>
a { background-color: #725F9B; }
a { background-color: rgb(114,95,155); }
div.DivClassName
{
background-color: #725F9B;
}
.BgClassName
{
background-color: #725F9B;
}
</style>
border-color css
<style>
span { border-color: #725F9B; }
span { border-color: rgb(114,95,155); }
td.TdClassName
{
border-color: #725F9B;
}
.TagClassName
{
border-color: #725F9B;
}
</style>