Shades of Scampi #73699C
Tints of Scampi #73699C
RGB
CMYK
RGB Variations
Color information
#73699C (or 0x73699C) is known color: Scampi. HEX triplet: 73, 69 and 9C. RGB value is (115,105,156). Sum of RGB (Red+Green+Blue) = 115+105+156=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #73699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73699C is #8C9663. Grayscale: #717171. Windows color (decimal): -9213540 or 10250611. OLE color: 10250611.
HSL color Cylindrical-coordinate representation of color #73699C: hue angle of 251.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73699C is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 105 | 156 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.39 |
| HSL | 251.76º | 0.2% | 0.51% | - |
| HSV(B) | 251.76º | 0.33% | 0.61% | - |
| XYZ | 18.12 | 16.15 | 33.61 | - |
| YUV | 113.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 156 | 0.26 | 0.33 | 0 | 0.39 | 251.76 | 0.2 | 0.51 |
| Hex | 73 | 69 | 9C | 1A | 21 | 0 | 27 | FC | 14 | 33 |
| Octal | 163 | 151 | 234 | 32 | 41 | 0 | 47 | 374 | 24 | 63 |
| Binary | 1110011 | 1101001 | 10011100 | 11010 | 100001 | 0 | 100111 | 11111100 | 10100 | 110011 |
Color Harmonies of #73699C
Complementary color
Monochromatic Colors of #73699C
Black with #73699C
Text Example
Text Example
White with #73699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73699C; }
p { color: rgb(115,105,156); }
H1.HeaderClassName
{
color: #73699C;
}
.AnyTagClassName
{
color: #73699C;
}
</style>
background-color css
<style>
a { background-color: #73699C; }
a { background-color: rgb(115,105,156); }
div.DivClassName
{
background-color: #73699C;
}
.BgClassName
{
background-color: #73699C;
}
</style>
border-color css
<style>
span { border-color: #73699C; }
span { border-color: rgb(115,105,156); }
td.TdClassName
{
border-color: #73699C;
}
.TagClassName
{
border-color: #73699C;
}
</style>