Shades of Scampi #75639C
Tints of Scampi #75639C
RGB
CMYK
RGB Variations
Color information
#75639C (or 0x75639C) is known color: Scampi. HEX triplet: 75, 63 and 9C. RGB value is (117,99,156). Sum of RGB (Red+Green+Blue) = 117+99+156=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #75639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75639C is #8A9C63. Grayscale: #6E6E6E. Windows color (decimal): -9084004 or 10249077. OLE color: 10249077.
HSL color Cylindrical-coordinate representation of color #75639C: hue angle of 258.95º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75639C is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 99 | 156 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.39 |
| HSL | 258.95º | 0.22% | 0.5% | - |
| HSV(B) | 258.95º | 0.37% | 0.61% | - |
| XYZ | 17.8 | 15.11 | 33.43 | - |
| YUV | 110.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 156 | 0.25 | 0.37 | 0 | 0.39 | 258.95 | 0.22 | 0.5 |
| Hex | 75 | 63 | 9C | 19 | 25 | 0 | 27 | 103 | 16 | 32 |
| Octal | 165 | 143 | 234 | 31 | 45 | 0 | 47 | 403 | 26 | 62 |
| Binary | 1110101 | 1100011 | 10011100 | 11001 | 100101 | 0 | 100111 | 100000011 | 10110 | 110010 |
Color Harmonies of #75639C
Complementary color
Monochromatic Colors of #75639C
Black with #75639C
Text Example
Text Example
White with #75639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75639C; }
p { color: rgb(117,99,156); }
H1.HeaderClassName
{
color: #75639C;
}
.AnyTagClassName
{
color: #75639C;
}
</style>
background-color css
<style>
a { background-color: #75639C; }
a { background-color: rgb(117,99,156); }
div.DivClassName
{
background-color: #75639C;
}
.BgClassName
{
background-color: #75639C;
}
</style>
border-color css
<style>
span { border-color: #75639C; }
span { border-color: rgb(117,99,156); }
td.TdClassName
{
border-color: #75639C;
}
.TagClassName
{
border-color: #75639C;
}
</style>