Shades of Scampi #736F90
Tints of Scampi #736F90
RGB
CMYK
RGB Variations
Color information
#736F90 (or 0x736F90) is known color: Scampi. HEX triplet: 73, 6F and 90. RGB value is (115,111,144). Sum of RGB (Red+Green+Blue) = 115+111+144=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #736F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F90 is #8C906F. Grayscale: #737373. Windows color (decimal): -9212016 or 9465715. OLE color: 9465715.
HSL color Cylindrical-coordinate representation of color #736F90: hue angle of 247.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736F90 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 111 | 144 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.44 |
| HSL | 247.27º | 0.13% | 0.5% | - |
| HSV(B) | 247.27º | 0.23% | 0.56% | - |
| XYZ | 17.79 | 17.03 | 28.73 | - |
| YUV | 115.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 144 | 0.20 | 0.23 | 0 | 0.44 | 247.27 | 0.13 | 0.5 |
| Hex | 73 | 6F | 90 | 14 | 17 | 0 | 2C | F7 | D | 32 |
| Octal | 163 | 157 | 220 | 24 | 27 | 0 | 54 | 367 | 15 | 62 |
| Binary | 1110011 | 1101111 | 10010000 | 10100 | 10111 | 0 | 101100 | 11110111 | 1101 | 110010 |
Color Harmonies of #736F90
Complementary color
Monochromatic Colors of #736F90
Black with #736F90
Text Example
Text Example
White with #736F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F90; }
p { color: rgb(115,111,144); }
H1.HeaderClassName
{
color: #736F90;
}
.AnyTagClassName
{
color: #736F90;
}
</style>
background-color css
<style>
a { background-color: #736F90; }
a { background-color: rgb(115,111,144); }
div.DivClassName
{
background-color: #736F90;
}
.BgClassName
{
background-color: #736F90;
}
</style>
border-color css
<style>
span { border-color: #736F90; }
span { border-color: rgb(115,111,144); }
td.TdClassName
{
border-color: #736F90;
}
.TagClassName
{
border-color: #736F90;
}
</style>