Shades of Medium Slate Blue #704EED
Tints of Medium Slate Blue #704EED
RGB
CMYK
RGB Variations
Color information
#704EED (or 0x704EED) is known color: Medium Slate Blue. HEX triplet: 70, 4E and ED. RGB value is (112,78,237). Sum of RGB (Red+Green+Blue) = 112+78+237=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #704EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EED is #8FB112. Grayscale: #696969. Windows color (decimal): -9416979 or 15552112. OLE color: 15552112.
HSL color Cylindrical-coordinate representation of color #704EED: hue angle of 252.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704EED is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 78 | 237 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.07 |
| HSL | 252.83º | 0.82% | 0.62% | - |
| HSV(B) | 252.83º | 0.67% | 0.93% | - |
| XYZ | 24.69 | 15.01 | 81.72 | - |
| YUV | 106.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 237 | 0.53 | 0.67 | 0 | 0.07 | 252.83 | 0.82 | 0.62 |
| Hex | 70 | 4E | ED | 35 | 43 | 0 | 7 | FD | 52 | 3E |
| Octal | 160 | 116 | 355 | 65 | 103 | 0 | 7 | 375 | 122 | 76 |
| Binary | 1110000 | 1001110 | 11101101 | 110101 | 1000011 | 0 | 111 | 11111101 | 1010010 | 111110 |
Color Harmonies of #704EED
Complementary color
Monochromatic Colors of #704EED
Black with #704EED
Text Example
Text Example
White with #704EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EED; }
p { color: rgb(112,78,237); }
H1.HeaderClassName
{
color: #704EED;
}
.AnyTagClassName
{
color: #704EED;
}
</style>
background-color css
<style>
a { background-color: #704EED; }
a { background-color: rgb(112,78,237); }
div.DivClassName
{
background-color: #704EED;
}
.BgClassName
{
background-color: #704EED;
}
</style>
border-color css
<style>
span { border-color: #704EED; }
span { border-color: rgb(112,78,237); }
td.TdClassName
{
border-color: #704EED;
}
.TagClassName
{
border-color: #704EED;
}
</style>