Shades of Scampi #726FA8
Tints of Scampi #726FA8
RGB
CMYK
RGB Variations
Color information
#726FA8 (or 0x726FA8) is known color: Scampi. HEX triplet: 72, 6F and A8. RGB value is (114,111,168). Sum of RGB (Red+Green+Blue) = 114+111+168=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #726FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA8 is #8D9057. Grayscale: #767676. Windows color (decimal): -9277528 or 11038578. OLE color: 11038578.
HSL color Cylindrical-coordinate representation of color #726FA8: hue angle of 243.16º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #726FA8 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 111 | 168 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.34 |
| HSL | 243.16º | 0.25% | 0.55% | - |
| HSV(B) | 243.16º | 0.34% | 0.66% | - |
| XYZ | 19.69 | 17.77 | 39.44 | - |
| YUV | 118.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 168 | 0.32 | 0.34 | 0 | 0.34 | 243.16 | 0.25 | 0.55 |
| Hex | 72 | 6F | A8 | 20 | 22 | 0 | 22 | F3 | 19 | 37 |
| Octal | 162 | 157 | 250 | 40 | 42 | 0 | 42 | 363 | 31 | 67 |
| Binary | 1110010 | 1101111 | 10101000 | 100000 | 100010 | 0 | 100010 | 11110011 | 11001 | 110111 |
Color Harmonies of #726FA8
Complementary color
Monochromatic Colors of #726FA8
Black with #726FA8
Text Example
Text Example
White with #726FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FA8; }
p { color: rgb(114,111,168); }
H1.HeaderClassName
{
color: #726FA8;
}
.AnyTagClassName
{
color: #726FA8;
}
</style>
background-color css
<style>
a { background-color: #726FA8; }
a { background-color: rgb(114,111,168); }
div.DivClassName
{
background-color: #726FA8;
}
.BgClassName
{
background-color: #726FA8;
}
</style>
border-color css
<style>
span { border-color: #726FA8; }
span { border-color: rgb(114,111,168); }
td.TdClassName
{
border-color: #726FA8;
}
.TagClassName
{
border-color: #726FA8;
}
</style>