Shades of Medium Slate Blue #704DFB
Tints of Medium Slate Blue #704DFB
RGB
CMYK
RGB Variations
Color information
#704DFB (or 0x704DFB) is known color: Medium Slate Blue. HEX triplet: 70, 4D and FB. RGB value is (112,77,251). Sum of RGB (Red+Green+Blue) = 112+77+251=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #704DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DFB is #8FB204. Grayscale: #6A6A6A. Windows color (decimal): -9417221 or 16469360. OLE color: 16469360.
HSL color Cylindrical-coordinate representation of color #704DFB: hue angle of 252.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704DFB is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 77 | 251 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.02 |
| HSL | 252.07º | 0.96% | 0.64% | - |
| HSV(B) | 252.07º | 0.69% | 0.98% | - |
| XYZ | 26.75 | 15.72 | 92.89 | - |
| YUV | 107.3 | 209.1 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 251 | 0.55 | 0.69 | 0 | 0.02 | 252.07 | 0.96 | 0.64 |
| Hex | 70 | 4D | FB | 37 | 45 | 0 | 2 | FC | 60 | 40 |
| Octal | 160 | 115 | 373 | 67 | 105 | 0 | 2 | 374 | 140 | 100 |
| Binary | 1110000 | 1001101 | 11111011 | 110111 | 1000101 | 0 | 10 | 11111100 | 1100000 | 1000000 |
Color Harmonies of #704DFB
Complementary color
Monochromatic Colors of #704DFB
Black with #704DFB
Text Example
Text Example
White with #704DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DFB; }
p { color: rgb(112,77,251); }
H1.HeaderClassName
{
color: #704DFB;
}
.AnyTagClassName
{
color: #704DFB;
}
</style>
background-color css
<style>
a { background-color: #704DFB; }
a { background-color: rgb(112,77,251); }
div.DivClassName
{
background-color: #704DFB;
}
.BgClassName
{
background-color: #704DFB;
}
</style>
border-color css
<style>
span { border-color: #704DFB; }
span { border-color: rgb(112,77,251); }
td.TdClassName
{
border-color: #704DFB;
}
.TagClassName
{
border-color: #704DFB;
}
</style>