Shades of Medium Slate Blue #704EEF
Tints of Medium Slate Blue #704EEF
RGB
CMYK
RGB Variations
Color information
#704EEF (or 0x704EEF) is known color: Medium Slate Blue. HEX triplet: 70, 4E and EF. RGB value is (112,78,239). Sum of RGB (Red+Green+Blue) = 112+78+239=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #704EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EEF is #8FB110. Grayscale: #696969. Windows color (decimal): -9416977 or 15683184. OLE color: 15683184.
HSL color Cylindrical-coordinate representation of color #704EEF: hue angle of 252.67º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704EEF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 78 | 239 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.06 |
| HSL | 252.67º | 0.83% | 0.62% | - |
| HSV(B) | 252.67º | 0.67% | 0.94% | - |
| XYZ | 24.99 | 15.13 | 83.26 | - |
| YUV | 106.52 | 202.76 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 239 | 0.53 | 0.67 | 0 | 0.06 | 252.67 | 0.83 | 0.62 |
| Hex | 70 | 4E | EF | 35 | 43 | 0 | 6 | FD | 53 | 3E |
| Octal | 160 | 116 | 357 | 65 | 103 | 0 | 6 | 375 | 123 | 76 |
| Binary | 1110000 | 1001110 | 11101111 | 110101 | 1000011 | 0 | 110 | 11111101 | 1010011 | 111110 |
Color Harmonies of #704EEF
Complementary color
Monochromatic Colors of #704EEF
Black with #704EEF
Text Example
Text Example
White with #704EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EEF; }
p { color: rgb(112,78,239); }
H1.HeaderClassName
{
color: #704EEF;
}
.AnyTagClassName
{
color: #704EEF;
}
</style>
background-color css
<style>
a { background-color: #704EEF; }
a { background-color: rgb(112,78,239); }
div.DivClassName
{
background-color: #704EEF;
}
.BgClassName
{
background-color: #704EEF;
}
</style>
border-color css
<style>
span { border-color: #704EEF; }
span { border-color: rgb(112,78,239); }
td.TdClassName
{
border-color: #704EEF;
}
.TagClassName
{
border-color: #704EEF;
}
</style>