Shades of Scampi #7568AF
Tints of Scampi #7568AF
RGB
CMYK
RGB Variations
Color information
#7568AF (or 0x7568AF) is known color: Scampi. HEX triplet: 75, 68 and AF. RGB value is (117,104,175). Sum of RGB (Red+Green+Blue) = 117+104+175=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7568AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568AF is #8A9750. Grayscale: #737373. Windows color (decimal): -9082705 or 11495541. OLE color: 11495541.
HSL color Cylindrical-coordinate representation of color #7568AF: hue angle of 250.99º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7568AF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 104 | 175 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.31 |
| HSL | 250.99º | 0.31% | 0.55% | - |
| HSV(B) | 250.99º | 0.41% | 0.69% | - |
| XYZ | 20.02 | 16.78 | 42.74 | - |
| YUV | 115.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 175 | 0.33 | 0.41 | 0 | 0.31 | 250.99 | 0.31 | 0.55 |
| Hex | 75 | 68 | AF | 21 | 29 | 0 | 1F | FB | 1F | 37 |
| Octal | 165 | 150 | 257 | 41 | 51 | 0 | 37 | 373 | 37 | 67 |
| Binary | 1110101 | 1101000 | 10101111 | 100001 | 101001 | 0 | 11111 | 11111011 | 11111 | 110111 |
Color Harmonies of #7568AF
Complementary color
Monochromatic Colors of #7568AF
Black with #7568AF
Text Example
Text Example
White with #7568AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7568AF; }
p { color: rgb(117,104,175); }
H1.HeaderClassName
{
color: #7568AF;
}
.AnyTagClassName
{
color: #7568AF;
}
</style>
background-color css
<style>
a { background-color: #7568AF; }
a { background-color: rgb(117,104,175); }
div.DivClassName
{
background-color: #7568AF;
}
.BgClassName
{
background-color: #7568AF;
}
</style>
border-color css
<style>
span { border-color: #7568AF; }
span { border-color: rgb(117,104,175); }
td.TdClassName
{
border-color: #7568AF;
}
.TagClassName
{
border-color: #7568AF;
}
</style>