Shades of Scampi #7065AC
Tints of Scampi #7065AC
RGB
CMYK
RGB Variations
Color information
#7065AC (or 0x7065AC) is known color: Scampi. HEX triplet: 70, 65 and AC. RGB value is (112,101,172). Sum of RGB (Red+Green+Blue) = 112+101+172=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #7065AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065AC is #8F9A53. Grayscale: #707070. Windows color (decimal): -9411156 or 11298160. OLE color: 11298160.
HSL color Cylindrical-coordinate representation of color #7065AC: hue angle of 249.3º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7065AC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 101 | 172 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.33 |
| HSL | 249.3º | 0.3% | 0.54% | - |
| HSV(B) | 249.3º | 0.41% | 0.67% | - |
| XYZ | 18.78 | 15.73 | 41.08 | - |
| YUV | 112.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 172 | 0.35 | 0.41 | 0 | 0.33 | 249.3 | 0.3 | 0.54 |
| Hex | 70 | 65 | AC | 23 | 29 | 0 | 21 | F9 | 1E | 36 |
| Octal | 160 | 145 | 254 | 43 | 51 | 0 | 41 | 371 | 36 | 66 |
| Binary | 1110000 | 1100101 | 10101100 | 100011 | 101001 | 0 | 100001 | 11111001 | 11110 | 110110 |
Color Harmonies of #7065AC
Complementary color
Monochromatic Colors of #7065AC
Black with #7065AC
Text Example
Text Example
White with #7065AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065AC; }
p { color: rgb(112,101,172); }
H1.HeaderClassName
{
color: #7065AC;
}
.AnyTagClassName
{
color: #7065AC;
}
</style>
background-color css
<style>
a { background-color: #7065AC; }
a { background-color: rgb(112,101,172); }
div.DivClassName
{
background-color: #7065AC;
}
.BgClassName
{
background-color: #7065AC;
}
</style>
border-color css
<style>
span { border-color: #7065AC; }
span { border-color: rgb(112,101,172); }
td.TdClassName
{
border-color: #7065AC;
}
.TagClassName
{
border-color: #7065AC;
}
</style>