Shades of Slate Blue #706FD7
Tints of Slate Blue #706FD7
RGB
CMYK
RGB Variations
Color information
#706FD7 (or 0x706FD7) is known color: Slate Blue. HEX triplet: 70, 6F and D7. RGB value is (112,111,215). Sum of RGB (Red+Green+Blue) = 112+111+215=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #706FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FD7 is #8F9028. Grayscale: #7A7A7A. Windows color (decimal): -9408553 or 14118768. OLE color: 14118768.
HSL color Cylindrical-coordinate representation of color #706FD7: hue angle of 240.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706FD7 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 111 | 215 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.16 |
| HSL | 240.58º | 0.57% | 0.64% | - |
| HSV(B) | 240.58º | 0.48% | 0.84% | - |
| XYZ | 24.63 | 19.72 | 66.8 | - |
| YUV | 123.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 215 | 0.48 | 0.48 | 0 | 0.16 | 240.58 | 0.57 | 0.64 |
| Hex | 70 | 6F | D7 | 30 | 30 | 0 | 10 | F1 | 39 | 40 |
| Octal | 160 | 157 | 327 | 60 | 60 | 0 | 20 | 361 | 71 | 100 |
| Binary | 1110000 | 1101111 | 11010111 | 110000 | 110000 | 0 | 10000 | 11110001 | 111001 | 1000000 |
Color Harmonies of #706FD7
Complementary color
Monochromatic Colors of #706FD7
Black with #706FD7
Text Example
Text Example
White with #706FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FD7; }
p { color: rgb(112,111,215); }
H1.HeaderClassName
{
color: #706FD7;
}
.AnyTagClassName
{
color: #706FD7;
}
</style>
background-color css
<style>
a { background-color: #706FD7; }
a { background-color: rgb(112,111,215); }
div.DivClassName
{
background-color: #706FD7;
}
.BgClassName
{
background-color: #706FD7;
}
</style>
border-color css
<style>
span { border-color: #706FD7; }
span { border-color: rgb(112,111,215); }
td.TdClassName
{
border-color: #706FD7;
}
.TagClassName
{
border-color: #706FD7;
}
</style>