Shades of Medium Slate Blue #714CEF
Tints of Medium Slate Blue #714CEF
RGB
CMYK
RGB Variations
Color information
#714CEF (or 0x714CEF) is known color: Medium Slate Blue. HEX triplet: 71, 4C and EF. RGB value is (113,76,239). Sum of RGB (Red+Green+Blue) = 113+76+239=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #714CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CEF is #8EB310. Grayscale: #696969. Windows color (decimal): -9351953 or 15682673. OLE color: 15682673.
HSL color Cylindrical-coordinate representation of color #714CEF: hue angle of 253.62º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714CEF is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 76 | 239 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.06 |
| HSL | 253.62º | 0.84% | 0.62% | - |
| HSV(B) | 253.62º | 0.68% | 0.94% | - |
| XYZ | 24.97 | 14.91 | 83.22 | - |
| YUV | 105.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 239 | 0.53 | 0.68 | 0 | 0.06 | 253.62 | 0.84 | 0.62 |
| Hex | 71 | 4C | EF | 35 | 44 | 0 | 6 | FE | 54 | 3E |
| Octal | 161 | 114 | 357 | 65 | 104 | 0 | 6 | 376 | 124 | 76 |
| Binary | 1110001 | 1001100 | 11101111 | 110101 | 1000100 | 0 | 110 | 11111110 | 1010100 | 111110 |
Color Harmonies of #714CEF
Complementary color
Monochromatic Colors of #714CEF
Black with #714CEF
Text Example
Text Example
White with #714CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CEF; }
p { color: rgb(113,76,239); }
H1.HeaderClassName
{
color: #714CEF;
}
.AnyTagClassName
{
color: #714CEF;
}
</style>
background-color css
<style>
a { background-color: #714CEF; }
a { background-color: rgb(113,76,239); }
div.DivClassName
{
background-color: #714CEF;
}
.BgClassName
{
background-color: #714CEF;
}
</style>
border-color css
<style>
span { border-color: #714CEF; }
span { border-color: rgb(113,76,239); }
td.TdClassName
{
border-color: #714CEF;
}
.TagClassName
{
border-color: #714CEF;
}
</style>