Shades of Medium Slate Blue #714CF6
Tints of Medium Slate Blue #714CF6
RGB
CMYK
RGB Variations
Color information
#714CF6 (or 0x714CF6) is known color: Medium Slate Blue. HEX triplet: 71, 4C and F6. RGB value is (113,76,246). Sum of RGB (Red+Green+Blue) = 113+76+246=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #714CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714CF6 is #8EB309. Grayscale: #696969. Windows color (decimal): -9351946 or 16141425. OLE color: 16141425.
HSL color Cylindrical-coordinate representation of color #714CF6: hue angle of 253.06º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714CF6 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 76 | 246 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.04 |
| HSL | 253.06º | 0.9% | 0.63% | - |
| HSV(B) | 253.06º | 0.69% | 0.96% | - |
| XYZ | 26.03 | 15.33 | 88.78 | - |
| YUV | 106.44 | 206.76 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 246 | 0.54 | 0.69 | 0 | 0.04 | 253.06 | 0.9 | 0.63 |
| Hex | 71 | 4C | F6 | 36 | 45 | 0 | 4 | FD | 5A | 3F |
| Octal | 161 | 114 | 366 | 66 | 105 | 0 | 4 | 375 | 132 | 77 |
| Binary | 1110001 | 1001100 | 11110110 | 110110 | 1000101 | 0 | 100 | 11111101 | 1011010 | 111111 |
Color Harmonies of #714CF6
Complementary color
Monochromatic Colors of #714CF6
Black with #714CF6
Text Example
Text Example
White with #714CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CF6; }
p { color: rgb(113,76,246); }
H1.HeaderClassName
{
color: #714CF6;
}
.AnyTagClassName
{
color: #714CF6;
}
</style>
background-color css
<style>
a { background-color: #714CF6; }
a { background-color: rgb(113,76,246); }
div.DivClassName
{
background-color: #714CF6;
}
.BgClassName
{
background-color: #714CF6;
}
</style>
border-color css
<style>
span { border-color: #714CF6; }
span { border-color: rgb(113,76,246); }
td.TdClassName
{
border-color: #714CF6;
}
.TagClassName
{
border-color: #714CF6;
}
</style>