Shades of Scampi #765CA9
Tints of Scampi #765CA9
RGB
CMYK
RGB Variations
Color information
#765CA9 (or 0x765CA9) is known color: Scampi. HEX triplet: 76, 5C and A9. RGB value is (118,92,169). Sum of RGB (Red+Green+Blue) = 118+92+169=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #765CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765CA9 is #89A356. Grayscale: #6C6C6C. Windows color (decimal): -9020247 or 11099254. OLE color: 11099254.
HSL color Cylindrical-coordinate representation of color #765CA9: hue angle of 260.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765CA9 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 92 | 169 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.34 |
| HSL | 260.26º | 0.31% | 0.51% | - |
| HSV(B) | 260.26º | 0.46% | 0.66% | - |
| XYZ | 18.46 | 14.37 | 39.34 | - |
| YUV | 108.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 169 | 0.30 | 0.46 | 0 | 0.34 | 260.26 | 0.31 | 0.51 |
| Hex | 76 | 5C | A9 | 1E | 2E | 0 | 22 | 104 | 1F | 33 |
| Octal | 166 | 134 | 251 | 36 | 56 | 0 | 42 | 404 | 37 | 63 |
| Binary | 1110110 | 1011100 | 10101001 | 11110 | 101110 | 0 | 100010 | 100000100 | 11111 | 110011 |
Color Harmonies of #765CA9
Complementary color
Monochromatic Colors of #765CA9
Black with #765CA9
Text Example
Text Example
White with #765CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765CA9; }
p { color: rgb(118,92,169); }
H1.HeaderClassName
{
color: #765CA9;
}
.AnyTagClassName
{
color: #765CA9;
}
</style>
background-color css
<style>
a { background-color: #765CA9; }
a { background-color: rgb(118,92,169); }
div.DivClassName
{
background-color: #765CA9;
}
.BgClassName
{
background-color: #765CA9;
}
</style>
border-color css
<style>
span { border-color: #765CA9; }
span { border-color: rgb(118,92,169); }
td.TdClassName
{
border-color: #765CA9;
}
.TagClassName
{
border-color: #765CA9;
}
</style>