Shades of Medium Slate Blue #704CFF
Tints of Medium Slate Blue #704CFF
RGB
CMYK
RGB Variations
Color information
#704CFF (or 0x704CFF) is known color: Medium Slate Blue. HEX triplet: 70, 4C and FF. RGB value is (112,76,255). Sum of RGB (Red+Green+Blue) = 112+76+255=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #704CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CFF is #8FB300. Grayscale: #6A6A6A. Windows color (decimal): -9417473 or 16731248. OLE color: 16731248.
HSL color Cylindrical-coordinate representation of color #704CFF: hue angle of 252.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704CFF is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 76 | 255 | - |
| CMYK | 0.56 | 0.70 | 0 | 0 |
| HSL | 252.07º | 1% | 0.65% | - |
| HSV(B) | 252.07º | 0.7% | 1% | - |
| XYZ | 27.32 | 15.83 | 96.22 | - |
| YUV | 107.17 | 211.43 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 255 | 0.56 | 0.70 | 0 | 0 | 252.07 | 1 | 0.65 |
| Hex | 70 | 4C | FF | 38 | 46 | 0 | 0 | FC | 64 | 41 |
| Octal | 160 | 114 | 377 | 70 | 106 | 0 | 0 | 374 | 144 | 101 |
| Binary | 1110000 | 1001100 | 11111111 | 111000 | 1000110 | 0 | 0 | 11111100 | 1100100 | 1000001 |
Color Harmonies of #704CFF
Complementary color
Monochromatic Colors of #704CFF
Black with #704CFF
Text Example
Text Example
White with #704CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CFF; }
p { color: rgb(112,76,255); }
H1.HeaderClassName
{
color: #704CFF;
}
.AnyTagClassName
{
color: #704CFF;
}
</style>
background-color css
<style>
a { background-color: #704CFF; }
a { background-color: rgb(112,76,255); }
div.DivClassName
{
background-color: #704CFF;
}
.BgClassName
{
background-color: #704CFF;
}
</style>
border-color css
<style>
span { border-color: #704CFF; }
span { border-color: rgb(112,76,255); }
td.TdClassName
{
border-color: #704CFF;
}
.TagClassName
{
border-color: #704CFF;
}
</style>