Shades of Scampi #73699D
Tints of Scampi #73699D
RGB
CMYK
RGB Variations
Color information
#73699D (or 0x73699D) is known color: Scampi. HEX triplet: 73, 69 and 9D. RGB value is (115,105,157). Sum of RGB (Red+Green+Blue) = 115+105+157=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #73699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73699D is #8C9662. Grayscale: #717171. Windows color (decimal): -9213539 or 10316147. OLE color: 10316147.
HSL color Cylindrical-coordinate representation of color #73699D: hue angle of 251.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73699D is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 105 | 157 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.38 |
| HSL | 251.54º | 0.21% | 0.51% | - |
| HSV(B) | 251.54º | 0.33% | 0.62% | - |
| XYZ | 18.21 | 16.18 | 34.06 | - |
| YUV | 113.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 157 | 0.27 | 0.33 | 0 | 0.38 | 251.54 | 0.21 | 0.51 |
| Hex | 73 | 69 | 9D | 1B | 21 | 0 | 26 | FC | 15 | 33 |
| Octal | 163 | 151 | 235 | 33 | 41 | 0 | 46 | 374 | 25 | 63 |
| Binary | 1110011 | 1101001 | 10011101 | 11011 | 100001 | 0 | 100110 | 11111100 | 10101 | 110011 |
Color Harmonies of #73699D
Complementary color
Monochromatic Colors of #73699D
Black with #73699D
Text Example
Text Example
White with #73699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73699D; }
p { color: rgb(115,105,157); }
H1.HeaderClassName
{
color: #73699D;
}
.AnyTagClassName
{
color: #73699D;
}
</style>
background-color css
<style>
a { background-color: #73699D; }
a { background-color: rgb(115,105,157); }
div.DivClassName
{
background-color: #73699D;
}
.BgClassName
{
background-color: #73699D;
}
</style>
border-color css
<style>
span { border-color: #73699D; }
span { border-color: rgb(115,105,157); }
td.TdClassName
{
border-color: #73699D;
}
.TagClassName
{
border-color: #73699D;
}
</style>