Shades of Medium Slate Blue #706BE7
Tints of Medium Slate Blue #706BE7
RGB
CMYK
RGB Variations
Color information
#706BE7 (or 0x706BE7) is known color: Medium Slate Blue. HEX triplet: 70, 6B and E7. RGB value is (112,107,231). Sum of RGB (Red+Green+Blue) = 112+107+231=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #706BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BE7 is #8F9418. Grayscale: #7A7A7A. Windows color (decimal): -9409561 or 15166320. OLE color: 15166320.
HSL color Cylindrical-coordinate representation of color #706BE7: hue angle of 242.42º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706BE7 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 107 | 231 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.09 |
| HSL | 242.42º | 0.72% | 0.66% | - |
| HSV(B) | 242.42º | 0.54% | 0.91% | - |
| XYZ | 26.36 | 19.73 | 78.02 | - |
| YUV | 122.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 231 | 0.52 | 0.54 | 0 | 0.09 | 242.42 | 0.72 | 0.66 |
| Hex | 70 | 6B | E7 | 34 | 36 | 0 | 9 | F2 | 48 | 42 |
| Octal | 160 | 153 | 347 | 64 | 66 | 0 | 11 | 362 | 110 | 102 |
| Binary | 1110000 | 1101011 | 11100111 | 110100 | 110110 | 0 | 1001 | 11110010 | 1001000 | 1000010 |
Color Harmonies of #706BE7
Complementary color
Monochromatic Colors of #706BE7
Black with #706BE7
Text Example
Text Example
White with #706BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BE7; }
p { color: rgb(112,107,231); }
H1.HeaderClassName
{
color: #706BE7;
}
.AnyTagClassName
{
color: #706BE7;
}
</style>
background-color css
<style>
a { background-color: #706BE7; }
a { background-color: rgb(112,107,231); }
div.DivClassName
{
background-color: #706BE7;
}
.BgClassName
{
background-color: #706BE7;
}
</style>
border-color css
<style>
span { border-color: #706BE7; }
span { border-color: rgb(112,107,231); }
td.TdClassName
{
border-color: #706BE7;
}
.TagClassName
{
border-color: #706BE7;
}
</style>