Shades of Scampi #736FA9
Tints of Scampi #736FA9
RGB
CMYK
RGB Variations
Color information
#736FA9 (or 0x736FA9) is known color: Scampi. HEX triplet: 73, 6F and A9. RGB value is (115,111,169). Sum of RGB (Red+Green+Blue) = 115+111+169=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #736FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736FA9 is #8C9056. Grayscale: #767676. Windows color (decimal): -9211991 or 11104115. OLE color: 11104115.
HSL color Cylindrical-coordinate representation of color #736FA9: hue angle of 244.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736FA9 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 111 | 169 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.34 |
| HSL | 244.14º | 0.25% | 0.55% | - |
| HSV(B) | 244.14º | 0.34% | 0.66% | - |
| XYZ | 19.92 | 17.88 | 39.94 | - |
| YUV | 118.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 169 | 0.32 | 0.34 | 0 | 0.34 | 244.14 | 0.25 | 0.55 |
| Hex | 73 | 6F | A9 | 20 | 22 | 0 | 22 | F4 | 19 | 37 |
| Octal | 163 | 157 | 251 | 40 | 42 | 0 | 42 | 364 | 31 | 67 |
| Binary | 1110011 | 1101111 | 10101001 | 100000 | 100010 | 0 | 100010 | 11110100 | 11001 | 110111 |
Color Harmonies of #736FA9
Complementary color
Monochromatic Colors of #736FA9
Black with #736FA9
Text Example
Text Example
White with #736FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FA9; }
p { color: rgb(115,111,169); }
H1.HeaderClassName
{
color: #736FA9;
}
.AnyTagClassName
{
color: #736FA9;
}
</style>
background-color css
<style>
a { background-color: #736FA9; }
a { background-color: rgb(115,111,169); }
div.DivClassName
{
background-color: #736FA9;
}
.BgClassName
{
background-color: #736FA9;
}
</style>
border-color css
<style>
span { border-color: #736FA9; }
span { border-color: rgb(115,111,169); }
td.TdClassName
{
border-color: #736FA9;
}
.TagClassName
{
border-color: #736FA9;
}
</style>