Shades of Scampi #736BAD
Tints of Scampi #736BAD
RGB
CMYK
RGB Variations
Color information
#736BAD (or 0x736BAD) is known color: Scampi. HEX triplet: 73, 6B and AD. RGB value is (115,107,173). Sum of RGB (Red+Green+Blue) = 115+107+173=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #736BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAD is #8C9452. Grayscale: #747474. Windows color (decimal): -9213011 or 11365235. OLE color: 11365235.
HSL color Cylindrical-coordinate representation of color #736BAD: hue angle of 247.27º 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 #736BAD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 107 | 173 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.32 |
| HSL | 247.27º | 0.29% | 0.55% | - |
| HSV(B) | 247.27º | 0.38% | 0.68% | - |
| XYZ | 19.87 | 17.18 | 41.8 | - |
| YUV | 116.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 173 | 0.34 | 0.38 | 0 | 0.32 | 247.27 | 0.29 | 0.55 |
| Hex | 73 | 6B | AD | 22 | 26 | 0 | 20 | F7 | 1D | 37 |
| Octal | 163 | 153 | 255 | 42 | 46 | 0 | 40 | 367 | 35 | 67 |
| Binary | 1110011 | 1101011 | 10101101 | 100010 | 100110 | 0 | 100000 | 11110111 | 11101 | 110111 |
Color Harmonies of #736BAD
Complementary color
Monochromatic Colors of #736BAD
Black with #736BAD
Text Example
Text Example
White with #736BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BAD; }
p { color: rgb(115,107,173); }
H1.HeaderClassName
{
color: #736BAD;
}
.AnyTagClassName
{
color: #736BAD;
}
</style>
background-color css
<style>
a { background-color: #736BAD; }
a { background-color: rgb(115,107,173); }
div.DivClassName
{
background-color: #736BAD;
}
.BgClassName
{
background-color: #736BAD;
}
</style>
border-color css
<style>
span { border-color: #736BAD; }
span { border-color: rgb(115,107,173); }
td.TdClassName
{
border-color: #736BAD;
}
.TagClassName
{
border-color: #736BAD;
}
</style>