Shades of Medium Slate Blue #706DEB
Tints of Medium Slate Blue #706DEB
RGB
CMYK
RGB Variations
Color information
#706DEB (or 0x706DEB) is known color: Medium Slate Blue. HEX triplet: 70, 6D and EB. RGB value is (112,109,235). Sum of RGB (Red+Green+Blue) = 112+109+235=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #706DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DEB is #8F9214. Grayscale: #7B7B7B. Windows color (decimal): -9409045 or 15428976. OLE color: 15428976.
HSL color Cylindrical-coordinate representation of color #706DEB: hue angle of 241.43º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706DEB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 109 | 235 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.08 |
| HSL | 241.43º | 0.76% | 0.67% | - |
| HSV(B) | 241.43º | 0.54% | 0.92% | - |
| XYZ | 27.15 | 20.38 | 81.1 | - |
| YUV | 124.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 235 | 0.52 | 0.54 | 0 | 0.08 | 241.43 | 0.76 | 0.67 |
| Hex | 70 | 6D | EB | 34 | 36 | 0 | 8 | F1 | 4C | 43 |
| Octal | 160 | 155 | 353 | 64 | 66 | 0 | 10 | 361 | 114 | 103 |
| Binary | 1110000 | 1101101 | 11101011 | 110100 | 110110 | 0 | 1000 | 11110001 | 1001100 | 1000011 |
Color Harmonies of #706DEB
Complementary color
Monochromatic Colors of #706DEB
Black with #706DEB
Text Example
Text Example
White with #706DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DEB; }
p { color: rgb(112,109,235); }
H1.HeaderClassName
{
color: #706DEB;
}
.AnyTagClassName
{
color: #706DEB;
}
</style>
background-color css
<style>
a { background-color: #706DEB; }
a { background-color: rgb(112,109,235); }
div.DivClassName
{
background-color: #706DEB;
}
.BgClassName
{
background-color: #706DEB;
}
</style>
border-color css
<style>
span { border-color: #706DEB; }
span { border-color: rgb(112,109,235); }
td.TdClassName
{
border-color: #706DEB;
}
.TagClassName
{
border-color: #706DEB;
}
</style>