Shades of Medium Slate Blue #704BFB
Tints of Medium Slate Blue #704BFB
RGB
CMYK
RGB Variations
Color information
#704BFB (or 0x704BFB) is known color: Medium Slate Blue. HEX triplet: 70, 4B and FB. RGB value is (112,75,251). Sum of RGB (Red+Green+Blue) = 112+75+251=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #704BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BFB is #8FB404. Grayscale: #696969. Windows color (decimal): -9417733 or 16468848. OLE color: 16468848.
HSL color Cylindrical-coordinate representation of color #704BFB: hue angle of 252.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704BFB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 75 | 251 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.02 |
| HSL | 252.61º | 0.96% | 0.64% | - |
| HSV(B) | 252.61º | 0.7% | 0.98% | - |
| XYZ | 26.61 | 15.44 | 92.84 | - |
| YUV | 106.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 251 | 0.55 | 0.70 | 0 | 0.02 | 252.61 | 0.96 | 0.64 |
| Hex | 70 | 4B | FB | 37 | 46 | 0 | 2 | FD | 60 | 40 |
| Octal | 160 | 113 | 373 | 67 | 106 | 0 | 2 | 375 | 140 | 100 |
| Binary | 1110000 | 1001011 | 11111011 | 110111 | 1000110 | 0 | 10 | 11111101 | 1100000 | 1000000 |
Color Harmonies of #704BFB
Complementary color
Monochromatic Colors of #704BFB
Black with #704BFB
Text Example
Text Example
White with #704BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BFB; }
p { color: rgb(112,75,251); }
H1.HeaderClassName
{
color: #704BFB;
}
.AnyTagClassName
{
color: #704BFB;
}
</style>
background-color css
<style>
a { background-color: #704BFB; }
a { background-color: rgb(112,75,251); }
div.DivClassName
{
background-color: #704BFB;
}
.BgClassName
{
background-color: #704BFB;
}
</style>
border-color css
<style>
span { border-color: #704BFB; }
span { border-color: rgb(112,75,251); }
td.TdClassName
{
border-color: #704BFB;
}
.TagClassName
{
border-color: #704BFB;
}
</style>