Shades of Scampi #726B93
Tints of Scampi #726B93
RGB
CMYK
RGB Variations
Color information
#726B93 (or 0x726B93) is known color: Scampi. HEX triplet: 72, 6B and 93. RGB value is (114,107,147). Sum of RGB (Red+Green+Blue) = 114+107+147=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #726B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B93 is #8D946C. Grayscale: #717171. Windows color (decimal): -9278573 or 9661298. OLE color: 9661298.
HSL color Cylindrical-coordinate representation of color #726B93: hue angle of 250.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726B93 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 107 | 147 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.42 |
| HSL | 250.5º | 0.16% | 0.5% | - |
| HSV(B) | 250.5º | 0.27% | 0.58% | - |
| XYZ | 17.46 | 16.2 | 29.81 | - |
| YUV | 113.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 147 | 0.22 | 0.27 | 0 | 0.42 | 250.5 | 0.16 | 0.5 |
| Hex | 72 | 6B | 93 | 16 | 1B | 0 | 2A | FB | 10 | 32 |
| Octal | 162 | 153 | 223 | 26 | 33 | 0 | 52 | 373 | 20 | 62 |
| Binary | 1110010 | 1101011 | 10010011 | 10110 | 11011 | 0 | 101010 | 11111011 | 10000 | 110010 |
Color Harmonies of #726B93
Complementary color
Monochromatic Colors of #726B93
Black with #726B93
Text Example
Text Example
White with #726B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B93; }
p { color: rgb(114,107,147); }
H1.HeaderClassName
{
color: #726B93;
}
.AnyTagClassName
{
color: #726B93;
}
</style>
background-color css
<style>
a { background-color: #726B93; }
a { background-color: rgb(114,107,147); }
div.DivClassName
{
background-color: #726B93;
}
.BgClassName
{
background-color: #726B93;
}
</style>
border-color css
<style>
span { border-color: #726B93; }
span { border-color: rgb(114,107,147); }
td.TdClassName
{
border-color: #726B93;
}
.TagClassName
{
border-color: #726B93;
}
</style>