Shades of Scampi #765BA8
Tints of Scampi #765BA8
RGB
CMYK
RGB Variations
Color information
#765BA8 (or 0x765BA8) is known color: Scampi. HEX triplet: 76, 5B and A8. RGB value is (118,91,168). Sum of RGB (Red+Green+Blue) = 118+91+168=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #765BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BA8 is #89A457. Grayscale: #6B6B6B. Windows color (decimal): -9020504 or 11033462. OLE color: 11033462.
HSL color Cylindrical-coordinate representation of color #765BA8: hue angle of 261.04º 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 #765BA8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 91 | 168 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.34 |
| HSL | 261.04º | 0.31% | 0.51% | - |
| HSV(B) | 261.04º | 0.46% | 0.66% | - |
| XYZ | 18.28 | 14.16 | 38.82 | - |
| YUV | 107.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 168 | 0.30 | 0.46 | 0 | 0.34 | 261.04 | 0.31 | 0.51 |
| Hex | 76 | 5B | A8 | 1E | 2E | 0 | 22 | 105 | 1F | 33 |
| Octal | 166 | 133 | 250 | 36 | 56 | 0 | 42 | 405 | 37 | 63 |
| Binary | 1110110 | 1011011 | 10101000 | 11110 | 101110 | 0 | 100010 | 100000101 | 11111 | 110011 |
Color Harmonies of #765BA8
Complementary color
Monochromatic Colors of #765BA8
Black with #765BA8
Text Example
Text Example
White with #765BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BA8; }
p { color: rgb(118,91,168); }
H1.HeaderClassName
{
color: #765BA8;
}
.AnyTagClassName
{
color: #765BA8;
}
</style>
background-color css
<style>
a { background-color: #765BA8; }
a { background-color: rgb(118,91,168); }
div.DivClassName
{
background-color: #765BA8;
}
.BgClassName
{
background-color: #765BA8;
}
</style>
border-color css
<style>
span { border-color: #765BA8; }
span { border-color: rgb(118,91,168); }
td.TdClassName
{
border-color: #765BA8;
}
.TagClassName
{
border-color: #765BA8;
}
</style>