Shades of Scampi #726BA9
Tints of Scampi #726BA9
RGB
CMYK
RGB Variations
Color information
#726BA9 (or 0x726BA9) is known color: Scampi. HEX triplet: 72, 6B and A9. RGB value is (114,107,169). Sum of RGB (Red+Green+Blue) = 114+107+169=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #726BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BA9 is #8D9456. Grayscale: #737373. Windows color (decimal): -9278551 or 11103090. OLE color: 11103090.
HSL color Cylindrical-coordinate representation of color #726BA9: hue angle of 246.77º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726BA9 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 107 | 169 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.34 |
| HSL | 246.77º | 0.26% | 0.54% | - |
| HSV(B) | 246.77º | 0.37% | 0.66% | - |
| XYZ | 19.36 | 16.96 | 39.79 | - |
| YUV | 116.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 169 | 0.33 | 0.37 | 0 | 0.34 | 246.77 | 0.26 | 0.54 |
| Hex | 72 | 6B | A9 | 21 | 25 | 0 | 22 | F7 | 1A | 36 |
| Octal | 162 | 153 | 251 | 41 | 45 | 0 | 42 | 367 | 32 | 66 |
| Binary | 1110010 | 1101011 | 10101001 | 100001 | 100101 | 0 | 100010 | 11110111 | 11010 | 110110 |
Color Harmonies of #726BA9
Complementary color
Monochromatic Colors of #726BA9
Black with #726BA9
Text Example
Text Example
White with #726BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BA9; }
p { color: rgb(114,107,169); }
H1.HeaderClassName
{
color: #726BA9;
}
.AnyTagClassName
{
color: #726BA9;
}
</style>
background-color css
<style>
a { background-color: #726BA9; }
a { background-color: rgb(114,107,169); }
div.DivClassName
{
background-color: #726BA9;
}
.BgClassName
{
background-color: #726BA9;
}
</style>
border-color css
<style>
span { border-color: #726BA9; }
span { border-color: rgb(114,107,169); }
td.TdClassName
{
border-color: #726BA9;
}
.TagClassName
{
border-color: #726BA9;
}
</style>