Shades of Scampi #736A9E
Tints of Scampi #736A9E
RGB
CMYK
RGB Variations
Color information
#736A9E (or 0x736A9E) is known color: Scampi. HEX triplet: 73, 6A and 9E. RGB value is (115,106,158). Sum of RGB (Red+Green+Blue) = 115+106+158=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #736A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A9E is #8C9561. Grayscale: #727272. Windows color (decimal): -9213282 or 10381939. OLE color: 10381939.
HSL color Cylindrical-coordinate representation of color #736A9E: hue angle of 250.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736A9E is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 106 | 158 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.38 |
| HSL | 250.38º | 0.21% | 0.52% | - |
| HSV(B) | 250.38º | 0.33% | 0.62% | - |
| XYZ | 18.4 | 16.42 | 34.55 | - |
| YUV | 114.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 158 | 0.27 | 0.33 | 0 | 0.38 | 250.38 | 0.21 | 0.52 |
| Hex | 73 | 6A | 9E | 1B | 21 | 0 | 26 | FA | 15 | 34 |
| Octal | 163 | 152 | 236 | 33 | 41 | 0 | 46 | 372 | 25 | 64 |
| Binary | 1110011 | 1101010 | 10011110 | 11011 | 100001 | 0 | 100110 | 11111010 | 10101 | 110100 |
Color Harmonies of #736A9E
Complementary color
Monochromatic Colors of #736A9E
Black with #736A9E
Text Example
Text Example
White with #736A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A9E; }
p { color: rgb(115,106,158); }
H1.HeaderClassName
{
color: #736A9E;
}
.AnyTagClassName
{
color: #736A9E;
}
</style>
background-color css
<style>
a { background-color: #736A9E; }
a { background-color: rgb(115,106,158); }
div.DivClassName
{
background-color: #736A9E;
}
.BgClassName
{
background-color: #736A9E;
}
</style>
border-color css
<style>
span { border-color: #736A9E; }
span { border-color: rgb(115,106,158); }
td.TdClassName
{
border-color: #736A9E;
}
.TagClassName
{
border-color: #736A9E;
}
</style>