Shades of Scampi #73689D
Tints of Scampi #73689D
RGB
CMYK
RGB Variations
Color information
#73689D (or 0x73689D) is known color: Scampi. HEX triplet: 73, 68 and 9D. RGB value is (115,104,157). Sum of RGB (Red+Green+Blue) = 115+104+157=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #73689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73689D is #8C9762. Grayscale: #717171. Windows color (decimal): -9213795 or 10315891. OLE color: 10315891.
HSL color Cylindrical-coordinate representation of color #73689D: hue angle of 252.45º degrees, saturation: 0.21, 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 #73689D is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 104 | 157 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.38 |
| HSL | 252.45º | 0.21% | 0.51% | - |
| HSV(B) | 252.45º | 0.34% | 0.62% | - |
| XYZ | 18.11 | 15.98 | 34.03 | - |
| YUV | 113.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 157 | 0.27 | 0.34 | 0 | 0.38 | 252.45 | 0.21 | 0.51 |
| Hex | 73 | 68 | 9D | 1B | 22 | 0 | 26 | FC | 15 | 33 |
| Octal | 163 | 150 | 235 | 33 | 42 | 0 | 46 | 374 | 25 | 63 |
| Binary | 1110011 | 1101000 | 10011101 | 11011 | 100010 | 0 | 100110 | 11111100 | 10101 | 110011 |
Color Harmonies of #73689D
Complementary color
Monochromatic Colors of #73689D
Black with #73689D
Text Example
Text Example
White with #73689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73689D; }
p { color: rgb(115,104,157); }
H1.HeaderClassName
{
color: #73689D;
}
.AnyTagClassName
{
color: #73689D;
}
</style>
background-color css
<style>
a { background-color: #73689D; }
a { background-color: rgb(115,104,157); }
div.DivClassName
{
background-color: #73689D;
}
.BgClassName
{
background-color: #73689D;
}
</style>
border-color css
<style>
span { border-color: #73689D; }
span { border-color: rgb(115,104,157); }
td.TdClassName
{
border-color: #73689D;
}
.TagClassName
{
border-color: #73689D;
}
</style>