Shades of Scampi #726CAE
Tints of Scampi #726CAE
RGB
CMYK
RGB Variations
Color information
#726CAE (or 0x726CAE) is known color: Scampi. HEX triplet: 72, 6C and AE. RGB value is (114,108,174). Sum of RGB (Red+Green+Blue) = 114+108+174=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #726CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CAE is #8D9351. Grayscale: #757575. Windows color (decimal): -9278290 or 11431026. OLE color: 11431026.
HSL color Cylindrical-coordinate representation of color #726CAE: hue angle of 245.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726CAE is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 108 | 174 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.32 |
| HSL | 245.45º | 0.29% | 0.55% | - |
| HSV(B) | 245.45º | 0.38% | 0.68% | - |
| XYZ | 19.94 | 17.36 | 42.34 | - |
| YUV | 117.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 174 | 0.34 | 0.38 | 0 | 0.32 | 245.45 | 0.29 | 0.55 |
| Hex | 72 | 6C | AE | 22 | 26 | 0 | 20 | F5 | 1D | 37 |
| Octal | 162 | 154 | 256 | 42 | 46 | 0 | 40 | 365 | 35 | 67 |
| Binary | 1110010 | 1101100 | 10101110 | 100010 | 100110 | 0 | 100000 | 11110101 | 11101 | 110111 |
Color Harmonies of #726CAE
Complementary color
Monochromatic Colors of #726CAE
Black with #726CAE
Text Example
Text Example
White with #726CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CAE; }
p { color: rgb(114,108,174); }
H1.HeaderClassName
{
color: #726CAE;
}
.AnyTagClassName
{
color: #726CAE;
}
</style>
background-color css
<style>
a { background-color: #726CAE; }
a { background-color: rgb(114,108,174); }
div.DivClassName
{
background-color: #726CAE;
}
.BgClassName
{
background-color: #726CAE;
}
</style>
border-color css
<style>
span { border-color: #726CAE; }
span { border-color: rgb(114,108,174); }
td.TdClassName
{
border-color: #726CAE;
}
.TagClassName
{
border-color: #726CAE;
}
</style>