Shades of Medium Slate Blue #706CFC
Tints of Medium Slate Blue #706CFC
RGB
CMYK
RGB Variations
Color information
#706CFC (or 0x706CFC) is known color: Medium Slate Blue. HEX triplet: 70, 6C and FC. RGB value is (112,108,252). Sum of RGB (Red+Green+Blue) = 112+108+252=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #706CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CFC is #8F9303. Grayscale: #7D7D7D. Windows color (decimal): -9409284 or 16542832. OLE color: 16542832.
HSL color Cylindrical-coordinate representation of color #706CFC: hue angle of 241.67º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706CFC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 108 | 252 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.01 |
| HSL | 241.67º | 0.96% | 0.71% | - |
| HSV(B) | 241.67º | 0.57% | 0.99% | - |
| XYZ | 29.62 | 21.2 | 94.63 | - |
| YUV | 125.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 252 | 0.56 | 0.57 | 0 | 0.01 | 241.67 | 0.96 | 0.71 |
| Hex | 70 | 6C | FC | 38 | 39 | 0 | 1 | F2 | 60 | 47 |
| Octal | 160 | 154 | 374 | 70 | 71 | 0 | 1 | 362 | 140 | 107 |
| Binary | 1110000 | 1101100 | 11111100 | 111000 | 111001 | 0 | 1 | 11110010 | 1100000 | 1000111 |
Color Harmonies of #706CFC
Complementary color
Monochromatic Colors of #706CFC
Black with #706CFC
Text Example
Text Example
White with #706CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CFC; }
p { color: rgb(112,108,252); }
H1.HeaderClassName
{
color: #706CFC;
}
.AnyTagClassName
{
color: #706CFC;
}
</style>
background-color css
<style>
a { background-color: #706CFC; }
a { background-color: rgb(112,108,252); }
div.DivClassName
{
background-color: #706CFC;
}
.BgClassName
{
background-color: #706CFC;
}
</style>
border-color css
<style>
span { border-color: #706CFC; }
span { border-color: rgb(112,108,252); }
td.TdClassName
{
border-color: #706CFC;
}
.TagClassName
{
border-color: #706CFC;
}
</style>