Shades of Medium Slate Blue #704CFC
Tints of Medium Slate Blue #704CFC
RGB
CMYK
RGB Variations
Color information
#704CFC (or 0x704CFC) is known color: Medium Slate Blue. HEX triplet: 70, 4C and FC. RGB value is (112,76,252). Sum of RGB (Red+Green+Blue) = 112+76+252=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #704CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CFC is #8FB303. Grayscale: #6A6A6A. Windows color (decimal): -9417476 or 16534640. OLE color: 16534640.
HSL color Cylindrical-coordinate representation of color #704CFC: hue angle of 252.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704CFC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 76 | 252 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.01 |
| HSL | 252.27º | 0.97% | 0.64% | - |
| HSV(B) | 252.27º | 0.7% | 0.99% | - |
| XYZ | 26.84 | 15.64 | 93.7 | - |
| YUV | 106.83 | 209.93 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 252 | 0.56 | 0.70 | 0 | 0.01 | 252.27 | 0.97 | 0.64 |
| Hex | 70 | 4C | FC | 38 | 46 | 0 | 1 | FC | 61 | 40 |
| Octal | 160 | 114 | 374 | 70 | 106 | 0 | 1 | 374 | 141 | 100 |
| Binary | 1110000 | 1001100 | 11111100 | 111000 | 1000110 | 0 | 1 | 11111100 | 1100001 | 1000000 |
Color Harmonies of #704CFC
Complementary color
Monochromatic Colors of #704CFC
Black with #704CFC
Text Example
Text Example
White with #704CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CFC; }
p { color: rgb(112,76,252); }
H1.HeaderClassName
{
color: #704CFC;
}
.AnyTagClassName
{
color: #704CFC;
}
</style>
background-color css
<style>
a { background-color: #704CFC; }
a { background-color: rgb(112,76,252); }
div.DivClassName
{
background-color: #704CFC;
}
.BgClassName
{
background-color: #704CFC;
}
</style>
border-color css
<style>
span { border-color: #704CFC; }
span { border-color: rgb(112,76,252); }
td.TdClassName
{
border-color: #704CFC;
}
.TagClassName
{
border-color: #704CFC;
}
</style>