Shades of Medium Slate Blue #714CEA
Tints of Medium Slate Blue #714CEA
RGB
CMYK
RGB Variations
Color information
#714CEA (or 0x714CEA) is known color: Medium Slate Blue. HEX triplet: 71, 4C and EA. RGB value is (113,76,234). Sum of RGB (Red+Green+Blue) = 113+76+234=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #714CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CEA is #8EB315. Grayscale: #686868. Windows color (decimal): -9351958 or 15354993. OLE color: 15354993.
HSL color Cylindrical-coordinate representation of color #714CEA: hue angle of 254.05º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714CEA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 76 | 234 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.08 |
| HSL | 254.05º | 0.79% | 0.61% | - |
| HSV(B) | 254.05º | 0.68% | 0.92% | - |
| XYZ | 24.25 | 14.62 | 79.39 | - |
| YUV | 105.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 234 | 0.52 | 0.68 | 0 | 0.08 | 254.05 | 0.79 | 0.61 |
| Hex | 71 | 4C | EA | 34 | 44 | 0 | 8 | FE | 4F | 3D |
| Octal | 161 | 114 | 352 | 64 | 104 | 0 | 10 | 376 | 117 | 75 |
| Binary | 1110001 | 1001100 | 11101010 | 110100 | 1000100 | 0 | 1000 | 11111110 | 1001111 | 111101 |
Color Harmonies of #714CEA
Complementary color
Monochromatic Colors of #714CEA
Black with #714CEA
Text Example
Text Example
White with #714CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CEA; }
p { color: rgb(113,76,234); }
H1.HeaderClassName
{
color: #714CEA;
}
.AnyTagClassName
{
color: #714CEA;
}
</style>
background-color css
<style>
a { background-color: #714CEA; }
a { background-color: rgb(113,76,234); }
div.DivClassName
{
background-color: #714CEA;
}
.BgClassName
{
background-color: #714CEA;
}
</style>
border-color css
<style>
span { border-color: #714CEA; }
span { border-color: rgb(113,76,234); }
td.TdClassName
{
border-color: #714CEA;
}
.TagClassName
{
border-color: #714CEA;
}
</style>