Shades of Scampi #726AA4
Tints of Scampi #726AA4
RGB
CMYK
RGB Variations
Color information
#726AA4 (or 0x726AA4) is known color: Scampi. HEX triplet: 72, 6A and A4. RGB value is (114,106,164). Sum of RGB (Red+Green+Blue) = 114+106+164=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #726AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AA4 is #8D955B. Grayscale: #727272. Windows color (decimal): -9278812 or 10775154. OLE color: 10775154.
HSL color Cylindrical-coordinate representation of color #726AA4: hue angle of 248.28º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726AA4 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 106 | 164 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.36 |
| HSL | 248.28º | 0.24% | 0.53% | - |
| HSV(B) | 248.28º | 0.35% | 0.64% | - |
| XYZ | 18.79 | 16.57 | 37.33 | - |
| YUV | 115 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 164 | 0.30 | 0.35 | 0 | 0.36 | 248.28 | 0.24 | 0.53 |
| Hex | 72 | 6A | A4 | 1E | 23 | 0 | 24 | F8 | 18 | 35 |
| Octal | 162 | 152 | 244 | 36 | 43 | 0 | 44 | 370 | 30 | 65 |
| Binary | 1110010 | 1101010 | 10100100 | 11110 | 100011 | 0 | 100100 | 11111000 | 11000 | 110101 |
Color Harmonies of #726AA4
Complementary color
Monochromatic Colors of #726AA4
Black with #726AA4
Text Example
Text Example
White with #726AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AA4; }
p { color: rgb(114,106,164); }
H1.HeaderClassName
{
color: #726AA4;
}
.AnyTagClassName
{
color: #726AA4;
}
</style>
background-color css
<style>
a { background-color: #726AA4; }
a { background-color: rgb(114,106,164); }
div.DivClassName
{
background-color: #726AA4;
}
.BgClassName
{
background-color: #726AA4;
}
</style>
border-color css
<style>
span { border-color: #726AA4; }
span { border-color: rgb(114,106,164); }
td.TdClassName
{
border-color: #726AA4;
}
.TagClassName
{
border-color: #726AA4;
}
</style>