Shades of Scampi #736898
Tints of Scampi #736898
RGB
CMYK
RGB Variations
Color information
#736898 (or 0x736898) is known color: Scampi. HEX triplet: 73, 68 and 98. RGB value is (115,104,152). Sum of RGB (Red+Green+Blue) = 115+104+152=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #736898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736898 is #8C9767. Grayscale: #707070. Windows color (decimal): -9213800 or 9988211. OLE color: 9988211.
HSL color Cylindrical-coordinate representation of color #736898: hue angle of 253.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736898 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 104 | 152 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.40 |
| HSL | 253.75º | 0.19% | 0.5% | - |
| HSV(B) | 253.75º | 0.32% | 0.6% | - |
| XYZ | 17.69 | 15.81 | 31.83 | - |
| YUV | 112.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 152 | 0.24 | 0.32 | 0 | 0.40 | 253.75 | 0.19 | 0.5 |
| Hex | 73 | 68 | 98 | 18 | 20 | 0 | 28 | FE | 13 | 32 |
| Octal | 163 | 150 | 230 | 30 | 40 | 0 | 50 | 376 | 23 | 62 |
| Binary | 1110011 | 1101000 | 10011000 | 11000 | 100000 | 0 | 101000 | 11111110 | 10011 | 110010 |
Color Harmonies of #736898
Complementary color
Monochromatic Colors of #736898
Black with #736898
Text Example
Text Example
White with #736898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736898; }
p { color: rgb(115,104,152); }
H1.HeaderClassName
{
color: #736898;
}
.AnyTagClassName
{
color: #736898;
}
</style>
background-color css
<style>
a { background-color: #736898; }
a { background-color: rgb(115,104,152); }
div.DivClassName
{
background-color: #736898;
}
.BgClassName
{
background-color: #736898;
}
</style>
border-color css
<style>
span { border-color: #736898; }
span { border-color: rgb(115,104,152); }
td.TdClassName
{
border-color: #736898;
}
.TagClassName
{
border-color: #736898;
}
</style>