Shades of Medium Slate Blue #704AFE
Tints of Medium Slate Blue #704AFE
RGB
CMYK
RGB Variations
Color information
#704AFE (or 0x704AFE) is known color: Medium Slate Blue. HEX triplet: 70, 4A and FE. RGB value is (112,74,254). Sum of RGB (Red+Green+Blue) = 112+74+254=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #704AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704AFE is #8FB501. Grayscale: #696969. Windows color (decimal): -9417986 or 16665200. OLE color: 16665200.
HSL color Cylindrical-coordinate representation of color #704AFE: hue angle of 252.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #704AFE is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 74 | 254 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.00 |
| HSL | 252.67º | 0.99% | 0.64% | - |
| HSV(B) | 252.67º | 0.71% | 1% | - |
| XYZ | 27.02 | 15.5 | 95.33 | - |
| YUV | 105.88 | 211.59 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 254 | 0.56 | 0.71 | 0 | 0.00 | 252.67 | 0.99 | 0.64 |
| Hex | 70 | 4A | FE | 38 | 47 | 0 | 0 | FD | 63 | 40 |
| Octal | 160 | 112 | 376 | 70 | 107 | 0 | 0 | 375 | 143 | 100 |
| Binary | 1110000 | 1001010 | 11111110 | 111000 | 1000111 | 0 | 0 | 11111101 | 1100011 | 1000000 |
Color Harmonies of #704AFE
Complementary color
Monochromatic Colors of #704AFE
Black with #704AFE
Text Example
Text Example
White with #704AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704AFE; }
p { color: rgb(112,74,254); }
H1.HeaderClassName
{
color: #704AFE;
}
.AnyTagClassName
{
color: #704AFE;
}
</style>
background-color css
<style>
a { background-color: #704AFE; }
a { background-color: rgb(112,74,254); }
div.DivClassName
{
background-color: #704AFE;
}
.BgClassName
{
background-color: #704AFE;
}
</style>
border-color css
<style>
span { border-color: #704AFE; }
span { border-color: rgb(112,74,254); }
td.TdClassName
{
border-color: #704AFE;
}
.TagClassName
{
border-color: #704AFE;
}
</style>