Shades of Medium Slate Blue #706AED
Tints of Medium Slate Blue #706AED
RGB
CMYK
RGB Variations
Color information
#706AED (or 0x706AED) is known color: Medium Slate Blue. HEX triplet: 70, 6A and ED. RGB value is (112,106,237). Sum of RGB (Red+Green+Blue) = 112+106+237=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #706AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AED is #8F9512. Grayscale: #7A7A7A. Windows color (decimal): -9409811 or 15559280. OLE color: 15559280.
HSL color Cylindrical-coordinate representation of color #706AED: hue angle of 242.75º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706AED is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 106 | 237 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.07 |
| HSL | 242.75º | 0.78% | 0.67% | - |
| HSV(B) | 242.75º | 0.55% | 0.93% | - |
| XYZ | 27.12 | 19.87 | 82.53 | - |
| YUV | 122.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 237 | 0.53 | 0.55 | 0 | 0.07 | 242.75 | 0.78 | 0.67 |
| Hex | 70 | 6A | ED | 35 | 37 | 0 | 7 | F3 | 4E | 43 |
| Octal | 160 | 152 | 355 | 65 | 67 | 0 | 7 | 363 | 116 | 103 |
| Binary | 1110000 | 1101010 | 11101101 | 110101 | 110111 | 0 | 111 | 11110011 | 1001110 | 1000011 |
Color Harmonies of #706AED
Complementary color
Monochromatic Colors of #706AED
Black with #706AED
Text Example
Text Example
White with #706AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AED; }
p { color: rgb(112,106,237); }
H1.HeaderClassName
{
color: #706AED;
}
.AnyTagClassName
{
color: #706AED;
}
</style>
background-color css
<style>
a { background-color: #706AED; }
a { background-color: rgb(112,106,237); }
div.DivClassName
{
background-color: #706AED;
}
.BgClassName
{
background-color: #706AED;
}
</style>
border-color css
<style>
span { border-color: #706AED; }
span { border-color: rgb(112,106,237); }
td.TdClassName
{
border-color: #706AED;
}
.TagClassName
{
border-color: #706AED;
}
</style>