Shades of Scampi #75629B
Tints of Scampi #75629B
RGB
CMYK
RGB Variations
Color information
#75629B (or 0x75629B) is known color: Scampi. HEX triplet: 75, 62 and 9B. RGB value is (117,98,155). Sum of RGB (Red+Green+Blue) = 117+98+155=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #75629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75629B is #8A9D64. Grayscale: #6D6D6D. Windows color (decimal): -9084261 or 10183285. OLE color: 10183285.
HSL color Cylindrical-coordinate representation of color #75629B: hue angle of 260º degrees, saturation: 0.23, 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 #75629B is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 98 | 155 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.39 |
| HSL | 260º | 0.23% | 0.5% | - |
| HSV(B) | 260º | 0.37% | 0.61% | - |
| XYZ | 17.62 | 14.88 | 32.95 | - |
| YUV | 110.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 155 | 0.25 | 0.37 | 0 | 0.39 | 260 | 0.23 | 0.5 |
| Hex | 75 | 62 | 9B | 19 | 25 | 0 | 27 | 104 | 17 | 32 |
| Octal | 165 | 142 | 233 | 31 | 45 | 0 | 47 | 404 | 27 | 62 |
| Binary | 1110101 | 1100010 | 10011011 | 11001 | 100101 | 0 | 100111 | 100000100 | 10111 | 110010 |
Color Harmonies of #75629B
Complementary color
Monochromatic Colors of #75629B
Black with #75629B
Text Example
Text Example
White with #75629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75629B; }
p { color: rgb(117,98,155); }
H1.HeaderClassName
{
color: #75629B;
}
.AnyTagClassName
{
color: #75629B;
}
</style>
background-color css
<style>
a { background-color: #75629B; }
a { background-color: rgb(117,98,155); }
div.DivClassName
{
background-color: #75629B;
}
.BgClassName
{
background-color: #75629B;
}
</style>
border-color css
<style>
span { border-color: #75629B; }
span { border-color: rgb(117,98,155); }
td.TdClassName
{
border-color: #75629B;
}
.TagClassName
{
border-color: #75629B;
}
</style>