Shades of Medium Slate Blue #714CFA
Tints of Medium Slate Blue #714CFA
RGB
CMYK
RGB Variations
Color information
#714CFA (or 0x714CFA) is known color: Medium Slate Blue. HEX triplet: 71, 4C and FA. RGB value is (113,76,250). Sum of RGB (Red+Green+Blue) = 113+76+250=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #714CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CFA is #8EB305. Grayscale: #6A6A6A. Windows color (decimal): -9351942 or 16403569. OLE color: 16403569.
HSL color Cylindrical-coordinate representation of color #714CFA: hue angle of 252.76º degrees, saturation: 0.95, 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 #714CFA is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 76 | 250 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.02 |
| HSL | 252.76º | 0.95% | 0.64% | - |
| HSV(B) | 252.76º | 0.7% | 0.98% | - |
| XYZ | 26.65 | 15.58 | 92.05 | - |
| YUV | 106.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 250 | 0.55 | 0.70 | 0 | 0.02 | 252.76 | 0.95 | 0.64 |
| Hex | 71 | 4C | FA | 37 | 46 | 0 | 2 | FD | 5F | 40 |
| Octal | 161 | 114 | 372 | 67 | 106 | 0 | 2 | 375 | 137 | 100 |
| Binary | 1110001 | 1001100 | 11111010 | 110111 | 1000110 | 0 | 10 | 11111101 | 1011111 | 1000000 |
Color Harmonies of #714CFA
Complementary color
Monochromatic Colors of #714CFA
Black with #714CFA
Text Example
Text Example
White with #714CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CFA; }
p { color: rgb(113,76,250); }
H1.HeaderClassName
{
color: #714CFA;
}
.AnyTagClassName
{
color: #714CFA;
}
</style>
background-color css
<style>
a { background-color: #714CFA; }
a { background-color: rgb(113,76,250); }
div.DivClassName
{
background-color: #714CFA;
}
.BgClassName
{
background-color: #714CFA;
}
</style>
border-color css
<style>
span { border-color: #714CFA; }
span { border-color: rgb(113,76,250); }
td.TdClassName
{
border-color: #714CFA;
}
.TagClassName
{
border-color: #714CFA;
}
</style>