Shades of Scampi #7567A4
Tints of Scampi #7567A4
RGB
CMYK
RGB Variations
Color information
#7567A4 (or 0x7567A4) is known color: Scampi. HEX triplet: 75, 67 and A4. RGB value is (117,103,164). Sum of RGB (Red+Green+Blue) = 117+103+164=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #7567A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567A4 is #8A985B. Grayscale: #717171. Windows color (decimal): -9082972 or 10774389. OLE color: 10774389.
HSL color Cylindrical-coordinate representation of color #7567A4: hue angle of 253.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7567A4 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 103 | 164 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.36 |
| HSL | 253.77º | 0.25% | 0.52% | - |
| HSV(B) | 253.77º | 0.37% | 0.64% | - |
| XYZ | 18.89 | 16.16 | 37.25 | - |
| YUV | 114.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 164 | 0.29 | 0.37 | 0 | 0.36 | 253.77 | 0.25 | 0.52 |
| Hex | 75 | 67 | A4 | 1D | 25 | 0 | 24 | FE | 19 | 34 |
| Octal | 165 | 147 | 244 | 35 | 45 | 0 | 44 | 376 | 31 | 64 |
| Binary | 1110101 | 1100111 | 10100100 | 11101 | 100101 | 0 | 100100 | 11111110 | 11001 | 110100 |
Color Harmonies of #7567A4
Complementary color
Monochromatic Colors of #7567A4
Black with #7567A4
Text Example
Text Example
White with #7567A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7567A4; }
p { color: rgb(117,103,164); }
H1.HeaderClassName
{
color: #7567A4;
}
.AnyTagClassName
{
color: #7567A4;
}
</style>
background-color css
<style>
a { background-color: #7567A4; }
a { background-color: rgb(117,103,164); }
div.DivClassName
{
background-color: #7567A4;
}
.BgClassName
{
background-color: #7567A4;
}
</style>
border-color css
<style>
span { border-color: #7567A4; }
span { border-color: rgb(117,103,164); }
td.TdClassName
{
border-color: #7567A4;
}
.TagClassName
{
border-color: #7567A4;
}
</style>