Shades of Medium Slate Blue #704FE8
Tints of Medium Slate Blue #704FE8
RGB
CMYK
RGB Variations
Color information
#704FE8 (or 0x704FE8) is known color: Medium Slate Blue. HEX triplet: 70, 4F and E8. RGB value is (112,79,232). Sum of RGB (Red+Green+Blue) = 112+79+232=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #704FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704FE8 is #8FB017. Grayscale: #696969. Windows color (decimal): -9416728 or 15224688. OLE color: 15224688.
HSL color Cylindrical-coordinate representation of color #704FE8: hue angle of 252.94º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704FE8 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 79 | 232 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.09 |
| HSL | 252.94º | 0.77% | 0.61% | - |
| HSV(B) | 252.94º | 0.66% | 0.91% | - |
| XYZ | 24.04 | 14.86 | 77.95 | - |
| YUV | 106.31 | 198.93 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 232 | 0.52 | 0.66 | 0 | 0.09 | 252.94 | 0.77 | 0.61 |
| Hex | 70 | 4F | E8 | 34 | 42 | 0 | 9 | FD | 4D | 3D |
| Octal | 160 | 117 | 350 | 64 | 102 | 0 | 11 | 375 | 115 | 75 |
| Binary | 1110000 | 1001111 | 11101000 | 110100 | 1000010 | 0 | 1001 | 11111101 | 1001101 | 111101 |
Color Harmonies of #704FE8
Complementary color
Monochromatic Colors of #704FE8
Black with #704FE8
Text Example
Text Example
White with #704FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FE8; }
p { color: rgb(112,79,232); }
H1.HeaderClassName
{
color: #704FE8;
}
.AnyTagClassName
{
color: #704FE8;
}
</style>
background-color css
<style>
a { background-color: #704FE8; }
a { background-color: rgb(112,79,232); }
div.DivClassName
{
background-color: #704FE8;
}
.BgClassName
{
background-color: #704FE8;
}
</style>
border-color css
<style>
span { border-color: #704FE8; }
span { border-color: rgb(112,79,232); }
td.TdClassName
{
border-color: #704FE8;
}
.TagClassName
{
border-color: #704FE8;
}
</style>