Shades of Medium Slate Blue #706CE9
Tints of Medium Slate Blue #706CE9
RGB
CMYK
RGB Variations
Color information
#706CE9 (or 0x706CE9) is known color: Medium Slate Blue. HEX triplet: 70, 6C and E9. RGB value is (112,108,233). Sum of RGB (Red+Green+Blue) = 112+108+233=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #706CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CE9 is #8F9316. Grayscale: #7A7A7A. Windows color (decimal): -9409303 or 15297648. OLE color: 15297648.
HSL color Cylindrical-coordinate representation of color #706CE9: hue angle of 241.92º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706CE9 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 108 | 233 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.09 |
| HSL | 241.92º | 0.74% | 0.67% | - |
| HSV(B) | 241.92º | 0.54% | 0.91% | - |
| XYZ | 26.75 | 20.05 | 79.55 | - |
| YUV | 123.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 233 | 0.52 | 0.54 | 0 | 0.09 | 241.92 | 0.74 | 0.67 |
| Hex | 70 | 6C | E9 | 34 | 36 | 0 | 9 | F2 | 4A | 43 |
| Octal | 160 | 154 | 351 | 64 | 66 | 0 | 11 | 362 | 112 | 103 |
| Binary | 1110000 | 1101100 | 11101001 | 110100 | 110110 | 0 | 1001 | 11110010 | 1001010 | 1000011 |
Color Harmonies of #706CE9
Complementary color
Monochromatic Colors of #706CE9
Black with #706CE9
Text Example
Text Example
White with #706CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CE9; }
p { color: rgb(112,108,233); }
H1.HeaderClassName
{
color: #706CE9;
}
.AnyTagClassName
{
color: #706CE9;
}
</style>
background-color css
<style>
a { background-color: #706CE9; }
a { background-color: rgb(112,108,233); }
div.DivClassName
{
background-color: #706CE9;
}
.BgClassName
{
background-color: #706CE9;
}
</style>
border-color css
<style>
span { border-color: #706CE9; }
span { border-color: rgb(112,108,233); }
td.TdClassName
{
border-color: #706CE9;
}
.TagClassName
{
border-color: #706CE9;
}
</style>