Shades of Scampi #7566AE
Tints of Scampi #7566AE
RGB
CMYK
RGB Variations
Color information
#7566AE (or 0x7566AE) is known color: Scampi. HEX triplet: 75, 66 and AE. RGB value is (117,102,174). Sum of RGB (Red+Green+Blue) = 117+102+174=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7566AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AE is #8A9951. Grayscale: #727272. Windows color (decimal): -9083218 or 11429493. OLE color: 11429493.
HSL color Cylindrical-coordinate representation of color #7566AE: hue angle of 252.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7566AE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 102 | 174 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.32 |
| HSL | 252.5º | 0.31% | 0.54% | - |
| HSV(B) | 252.5º | 0.41% | 0.68% | - |
| XYZ | 19.73 | 16.34 | 42.16 | - |
| YUV | 114.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 174 | 0.33 | 0.41 | 0 | 0.32 | 252.5 | 0.31 | 0.54 |
| Hex | 75 | 66 | AE | 21 | 29 | 0 | 20 | FD | 1F | 36 |
| Octal | 165 | 146 | 256 | 41 | 51 | 0 | 40 | 375 | 37 | 66 |
| Binary | 1110101 | 1100110 | 10101110 | 100001 | 101001 | 0 | 100000 | 11111101 | 11111 | 110110 |
Color Harmonies of #7566AE
Complementary color
Monochromatic Colors of #7566AE
Black with #7566AE
Text Example
Text Example
White with #7566AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566AE; }
p { color: rgb(117,102,174); }
H1.HeaderClassName
{
color: #7566AE;
}
.AnyTagClassName
{
color: #7566AE;
}
</style>
background-color css
<style>
a { background-color: #7566AE; }
a { background-color: rgb(117,102,174); }
div.DivClassName
{
background-color: #7566AE;
}
.BgClassName
{
background-color: #7566AE;
}
</style>
border-color css
<style>
span { border-color: #7566AE; }
span { border-color: rgb(117,102,174); }
td.TdClassName
{
border-color: #7566AE;
}
.TagClassName
{
border-color: #7566AE;
}
</style>