Shades of Medium Slate Blue #706AFE
Tints of Medium Slate Blue #706AFE
RGB
CMYK
RGB Variations
Color information
#706AFE (or 0x706AFE) is known color: Medium Slate Blue. HEX triplet: 70, 6A and FE. RGB value is (112,106,254). Sum of RGB (Red+Green+Blue) = 112+106+254=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #706AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AFE is #8F9501. Grayscale: #7C7C7C. Windows color (decimal): -9409794 or 16673392. OLE color: 16673392.
HSL color Cylindrical-coordinate representation of color #706AFE: hue angle of 242.43º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #706AFE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 106 | 254 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.00 |
| HSL | 242.43º | 0.99% | 0.71% | - |
| HSV(B) | 242.43º | 0.58% | 1% | - |
| XYZ | 29.73 | 20.91 | 96.23 | - |
| YUV | 124.67 | 200.99 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 254 | 0.56 | 0.58 | 0 | 0.00 | 242.43 | 0.99 | 0.71 |
| Hex | 70 | 6A | FE | 38 | 3A | 0 | 0 | F2 | 63 | 47 |
| Octal | 160 | 152 | 376 | 70 | 72 | 0 | 0 | 362 | 143 | 107 |
| Binary | 1110000 | 1101010 | 11111110 | 111000 | 111010 | 0 | 0 | 11110010 | 1100011 | 1000111 |
Color Harmonies of #706AFE
Complementary color
Monochromatic Colors of #706AFE
Black with #706AFE
Text Example
Text Example
White with #706AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AFE; }
p { color: rgb(112,106,254); }
H1.HeaderClassName
{
color: #706AFE;
}
.AnyTagClassName
{
color: #706AFE;
}
</style>
background-color css
<style>
a { background-color: #706AFE; }
a { background-color: rgb(112,106,254); }
div.DivClassName
{
background-color: #706AFE;
}
.BgClassName
{
background-color: #706AFE;
}
</style>
border-color css
<style>
span { border-color: #706AFE; }
span { border-color: rgb(112,106,254); }
td.TdClassName
{
border-color: #706AFE;
}
.TagClassName
{
border-color: #706AFE;
}
</style>