Shades of Scampi #726398
Tints of Scampi #726398
RGB
CMYK
RGB Variations
Color information
#726398 (or 0x726398) is known color: Scampi. HEX triplet: 72, 63 and 98. RGB value is (114,99,152). Sum of RGB (Red+Green+Blue) = 114+99+152=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #726398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726398 is #8D9C67. Grayscale: #6D6D6D. Windows color (decimal): -9280616 or 9986930. OLE color: 9986930.
HSL color Cylindrical-coordinate representation of color #726398: hue angle of 256.98º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726398 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 99 | 152 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.40 |
| HSL | 256.98º | 0.21% | 0.49% | - |
| HSV(B) | 256.98º | 0.35% | 0.6% | - |
| XYZ | 17.07 | 14.77 | 31.66 | - |
| YUV | 109.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 152 | 0.25 | 0.35 | 0 | 0.40 | 256.98 | 0.21 | 0.49 |
| Hex | 72 | 63 | 98 | 19 | 23 | 0 | 28 | 101 | 15 | 31 |
| Octal | 162 | 143 | 230 | 31 | 43 | 0 | 50 | 401 | 25 | 61 |
| Binary | 1110010 | 1100011 | 10011000 | 11001 | 100011 | 0 | 101000 | 100000001 | 10101 | 110001 |
Color Harmonies of #726398
Complementary color
Monochromatic Colors of #726398
Black with #726398
Text Example
Text Example
White with #726398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726398; }
p { color: rgb(114,99,152); }
H1.HeaderClassName
{
color: #726398;
}
.AnyTagClassName
{
color: #726398;
}
</style>
background-color css
<style>
a { background-color: #726398; }
a { background-color: rgb(114,99,152); }
div.DivClassName
{
background-color: #726398;
}
.BgClassName
{
background-color: #726398;
}
</style>
border-color css
<style>
span { border-color: #726398; }
span { border-color: rgb(114,99,152); }
td.TdClassName
{
border-color: #726398;
}
.TagClassName
{
border-color: #726398;
}
</style>