Shades of Medium Slate Blue #714BFC
Tints of Medium Slate Blue #714BFC
RGB
CMYK
RGB Variations
Color information
#714BFC (or 0x714BFC) is known color: Medium Slate Blue. HEX triplet: 71, 4B and FC. RGB value is (113,75,252). Sum of RGB (Red+Green+Blue) = 113+75+252=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 75 (29.69% from 255 or 17.05% 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 #714BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714BFC is #8EB403. Grayscale: #696969. Windows color (decimal): -9352196 or 16534385. OLE color: 16534385.
HSL color Cylindrical-coordinate representation of color #714BFC: hue angle of 252.88º 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 #714BFC is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 75 | 252 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.01 |
| HSL | 252.88º | 0.97% | 0.64% | - |
| HSV(B) | 252.88º | 0.7% | 0.99% | - |
| XYZ | 26.9 | 15.57 | 93.68 | - |
| YUV | 106.54 | 210.09 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 252 | 0.55 | 0.70 | 0 | 0.01 | 252.88 | 0.97 | 0.64 |
| Hex | 71 | 4B | FC | 37 | 46 | 0 | 1 | FD | 61 | 40 |
| Octal | 161 | 113 | 374 | 67 | 106 | 0 | 1 | 375 | 141 | 100 |
| Binary | 1110001 | 1001011 | 11111100 | 110111 | 1000110 | 0 | 1 | 11111101 | 1100001 | 1000000 |
Color Harmonies of #714BFC
Complementary color
Monochromatic Colors of #714BFC
Black with #714BFC
Text Example
Text Example
White with #714BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BFC; }
p { color: rgb(113,75,252); }
H1.HeaderClassName
{
color: #714BFC;
}
.AnyTagClassName
{
color: #714BFC;
}
</style>
background-color css
<style>
a { background-color: #714BFC; }
a { background-color: rgb(113,75,252); }
div.DivClassName
{
background-color: #714BFC;
}
.BgClassName
{
background-color: #714BFC;
}
</style>
border-color css
<style>
span { border-color: #714BFC; }
span { border-color: rgb(113,75,252); }
td.TdClassName
{
border-color: #714BFC;
}
.TagClassName
{
border-color: #714BFC;
}
</style>