Shades of Scampi #73639B
Tints of Scampi #73639B
RGB
CMYK
RGB Variations
Color information
#73639B (or 0x73639B) is known color: Scampi. HEX triplet: 73, 63 and 9B. RGB value is (115,99,155). Sum of RGB (Red+Green+Blue) = 115+99+155=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #73639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639B is #8C9C64. Grayscale: #6D6D6D. Windows color (decimal): -9215077 or 10183539. OLE color: 10183539.
HSL color Cylindrical-coordinate representation of color #73639B: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73639B is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 99 | 155 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.39 |
| HSL | 257.14º | 0.22% | 0.5% | - |
| HSV(B) | 257.14º | 0.36% | 0.61% | - |
| XYZ | 17.45 | 14.94 | 32.97 | - |
| YUV | 110.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 155 | 0.26 | 0.36 | 0 | 0.39 | 257.14 | 0.22 | 0.5 |
| Hex | 73 | 63 | 9B | 1A | 24 | 0 | 27 | 101 | 16 | 32 |
| Octal | 163 | 143 | 233 | 32 | 44 | 0 | 47 | 401 | 26 | 62 |
| Binary | 1110011 | 1100011 | 10011011 | 11010 | 100100 | 0 | 100111 | 100000001 | 10110 | 110010 |
Color Harmonies of #73639B
Complementary color
Monochromatic Colors of #73639B
Black with #73639B
Text Example
Text Example
White with #73639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73639B; }
p { color: rgb(115,99,155); }
H1.HeaderClassName
{
color: #73639B;
}
.AnyTagClassName
{
color: #73639B;
}
</style>
background-color css
<style>
a { background-color: #73639B; }
a { background-color: rgb(115,99,155); }
div.DivClassName
{
background-color: #73639B;
}
.BgClassName
{
background-color: #73639B;
}
</style>
border-color css
<style>
span { border-color: #73639B; }
span { border-color: rgb(115,99,155); }
td.TdClassName
{
border-color: #73639B;
}
.TagClassName
{
border-color: #73639B;
}
</style>