Shades of Scampi #736B94
Tints of Scampi #736B94
RGB
CMYK
RGB Variations
Color information
#736B94 (or 0x736B94) is known color: Scampi. HEX triplet: 73, 6B and 94. RGB value is (115,107,148). Sum of RGB (Red+Green+Blue) = 115+107+148=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #736B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B94 is #8C946B. Grayscale: #717171. Windows color (decimal): -9213036 or 9726835. OLE color: 9726835.
HSL color Cylindrical-coordinate representation of color #736B94: hue angle of 251.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736B94 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 107 | 148 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.42 |
| HSL | 251.71º | 0.16% | 0.5% | - |
| HSV(B) | 251.71º | 0.28% | 0.58% | - |
| XYZ | 17.67 | 16.3 | 30.23 | - |
| YUV | 114.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 148 | 0.22 | 0.28 | 0 | 0.42 | 251.71 | 0.16 | 0.5 |
| Hex | 73 | 6B | 94 | 16 | 1C | 0 | 2A | FC | 10 | 32 |
| Octal | 163 | 153 | 224 | 26 | 34 | 0 | 52 | 374 | 20 | 62 |
| Binary | 1110011 | 1101011 | 10010100 | 10110 | 11100 | 0 | 101010 | 11111100 | 10000 | 110010 |
Color Harmonies of #736B94
Complementary color
Monochromatic Colors of #736B94
Black with #736B94
Text Example
Text Example
White with #736B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B94; }
p { color: rgb(115,107,148); }
H1.HeaderClassName
{
color: #736B94;
}
.AnyTagClassName
{
color: #736B94;
}
</style>
background-color css
<style>
a { background-color: #736B94; }
a { background-color: rgb(115,107,148); }
div.DivClassName
{
background-color: #736B94;
}
.BgClassName
{
background-color: #736B94;
}
</style>
border-color css
<style>
span { border-color: #736B94; }
span { border-color: rgb(115,107,148); }
td.TdClassName
{
border-color: #736B94;
}
.TagClassName
{
border-color: #736B94;
}
</style>