Shades of Scampi #73689E
Tints of Scampi #73689E
RGB
CMYK
RGB Variations
Color information
#73689E (or 0x73689E) is known color: Scampi. HEX triplet: 73, 68 and 9E. RGB value is (115,104,158). Sum of RGB (Red+Green+Blue) = 115+104+158=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #73689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73689E is #8C9761. Grayscale: #717171. Windows color (decimal): -9213794 or 10381427. OLE color: 10381427.
HSL color Cylindrical-coordinate representation of color #73689E: hue angle of 252.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73689E is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 104 | 158 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.38 |
| HSL | 252.22º | 0.22% | 0.51% | - |
| HSV(B) | 252.22º | 0.34% | 0.62% | - |
| XYZ | 18.19 | 16.01 | 34.48 | - |
| YUV | 113.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 158 | 0.27 | 0.34 | 0 | 0.38 | 252.22 | 0.22 | 0.51 |
| Hex | 73 | 68 | 9E | 1B | 22 | 0 | 26 | FC | 16 | 33 |
| Octal | 163 | 150 | 236 | 33 | 42 | 0 | 46 | 374 | 26 | 63 |
| Binary | 1110011 | 1101000 | 10011110 | 11011 | 100010 | 0 | 100110 | 11111100 | 10110 | 110011 |
Color Harmonies of #73689E
Complementary color
Monochromatic Colors of #73689E
Black with #73689E
Text Example
Text Example
White with #73689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73689E; }
p { color: rgb(115,104,158); }
H1.HeaderClassName
{
color: #73689E;
}
.AnyTagClassName
{
color: #73689E;
}
</style>
background-color css
<style>
a { background-color: #73689E; }
a { background-color: rgb(115,104,158); }
div.DivClassName
{
background-color: #73689E;
}
.BgClassName
{
background-color: #73689E;
}
</style>
border-color css
<style>
span { border-color: #73689E; }
span { border-color: rgb(115,104,158); }
td.TdClassName
{
border-color: #73689E;
}
.TagClassName
{
border-color: #73689E;
}
</style>