Shades of Medium Slate Blue #706CE7
Tints of Medium Slate Blue #706CE7
RGB
CMYK
RGB Variations
Color information
#706CE7 (or 0x706CE7) is known color: Medium Slate Blue. HEX triplet: 70, 6C and E7. RGB value is (112,108,231). Sum of RGB (Red+Green+Blue) = 112+108+231=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #706CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CE7 is #8F9318. Grayscale: #7A7A7A. Windows color (decimal): -9409305 or 15166576. OLE color: 15166576.
HSL color Cylindrical-coordinate representation of color #706CE7: hue angle of 241.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706CE7 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 108 | 231 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.09 |
| HSL | 241.95º | 0.72% | 0.66% | - |
| HSV(B) | 241.95º | 0.53% | 0.91% | - |
| XYZ | 26.47 | 19.94 | 78.05 | - |
| YUV | 123.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 231 | 0.52 | 0.53 | 0 | 0.09 | 241.95 | 0.72 | 0.66 |
| Hex | 70 | 6C | E7 | 34 | 35 | 0 | 9 | F2 | 48 | 42 |
| Octal | 160 | 154 | 347 | 64 | 65 | 0 | 11 | 362 | 110 | 102 |
| Binary | 1110000 | 1101100 | 11100111 | 110100 | 110101 | 0 | 1001 | 11110010 | 1001000 | 1000010 |
Color Harmonies of #706CE7
Complementary color
Monochromatic Colors of #706CE7
Black with #706CE7
Text Example
Text Example
White with #706CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CE7; }
p { color: rgb(112,108,231); }
H1.HeaderClassName
{
color: #706CE7;
}
.AnyTagClassName
{
color: #706CE7;
}
</style>
background-color css
<style>
a { background-color: #706CE7; }
a { background-color: rgb(112,108,231); }
div.DivClassName
{
background-color: #706CE7;
}
.BgClassName
{
background-color: #706CE7;
}
</style>
border-color css
<style>
span { border-color: #706CE7; }
span { border-color: rgb(112,108,231); }
td.TdClassName
{
border-color: #706CE7;
}
.TagClassName
{
border-color: #706CE7;
}
</style>