Shades of Medium Slate Blue #706CEA
Tints of Medium Slate Blue #706CEA
RGB
CMYK
RGB Variations
Color information
#706CEA (or 0x706CEA) is known color: Medium Slate Blue. HEX triplet: 70, 6C and EA. RGB value is (112,108,234). Sum of RGB (Red+Green+Blue) = 112+108+234=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #706CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CEA is #8F9315. Grayscale: #7B7B7B. Windows color (decimal): -9409302 or 15363184. OLE color: 15363184.
HSL color Cylindrical-coordinate representation of color #706CEA: hue angle of 241.9º degrees, saturation: 0.75, 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 #706CEA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 108 | 234 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.08 |
| HSL | 241.9º | 0.75% | 0.67% | - |
| HSV(B) | 241.9º | 0.54% | 0.92% | - |
| XYZ | 26.9 | 20.11 | 80.31 | - |
| YUV | 123.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 234 | 0.52 | 0.54 | 0 | 0.08 | 241.9 | 0.75 | 0.67 |
| Hex | 70 | 6C | EA | 34 | 36 | 0 | 8 | F2 | 4B | 43 |
| Octal | 160 | 154 | 352 | 64 | 66 | 0 | 10 | 362 | 113 | 103 |
| Binary | 1110000 | 1101100 | 11101010 | 110100 | 110110 | 0 | 1000 | 11110010 | 1001011 | 1000011 |
Color Harmonies of #706CEA
Complementary color
Monochromatic Colors of #706CEA
Black with #706CEA
Text Example
Text Example
White with #706CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CEA; }
p { color: rgb(112,108,234); }
H1.HeaderClassName
{
color: #706CEA;
}
.AnyTagClassName
{
color: #706CEA;
}
</style>
background-color css
<style>
a { background-color: #706CEA; }
a { background-color: rgb(112,108,234); }
div.DivClassName
{
background-color: #706CEA;
}
.BgClassName
{
background-color: #706CEA;
}
</style>
border-color css
<style>
span { border-color: #706CEA; }
span { border-color: rgb(112,108,234); }
td.TdClassName
{
border-color: #706CEA;
}
.TagClassName
{
border-color: #706CEA;
}
</style>