Shades of Scampi #705BA8
Tints of Scampi #705BA8
RGB
CMYK
RGB Variations
Color information
#705BA8 (or 0x705BA8) is known color: Scampi. HEX triplet: 70, 5B and A8. RGB value is (112,91,168). Sum of RGB (Red+Green+Blue) = 112+91+168=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #705BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BA8 is #8FA457. Grayscale: #696969. Windows color (decimal): -9413720 or 11033456. OLE color: 11033456.
HSL color Cylindrical-coordinate representation of color #705BA8: hue angle of 256.36º 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 #705BA8 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 91 | 168 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.34 |
| HSL | 256.36º | 0.31% | 0.51% | - |
| HSV(B) | 256.36º | 0.46% | 0.66% | - |
| XYZ | 17.49 | 13.75 | 38.78 | - |
| YUV | 106.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 168 | 0.33 | 0.46 | 0 | 0.34 | 256.36 | 0.31 | 0.51 |
| Hex | 70 | 5B | A8 | 21 | 2E | 0 | 22 | 100 | 1F | 33 |
| Octal | 160 | 133 | 250 | 41 | 56 | 0 | 42 | 400 | 37 | 63 |
| Binary | 1110000 | 1011011 | 10101000 | 100001 | 101110 | 0 | 100010 | 100000000 | 11111 | 110011 |
Color Harmonies of #705BA8
Complementary color
Monochromatic Colors of #705BA8
Black with #705BA8
Text Example
Text Example
White with #705BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BA8; }
p { color: rgb(112,91,168); }
H1.HeaderClassName
{
color: #705BA8;
}
.AnyTagClassName
{
color: #705BA8;
}
</style>
background-color css
<style>
a { background-color: #705BA8; }
a { background-color: rgb(112,91,168); }
div.DivClassName
{
background-color: #705BA8;
}
.BgClassName
{
background-color: #705BA8;
}
</style>
border-color css
<style>
span { border-color: #705BA8; }
span { border-color: rgb(112,91,168); }
td.TdClassName
{
border-color: #705BA8;
}
.TagClassName
{
border-color: #705BA8;
}
</style>