Shades of Slate Blue #714EE3
Tints of Slate Blue #714EE3
RGB
CMYK
RGB Variations
Color information
#714EE3 (or 0x714EE3) is known color: Slate Blue. HEX triplet: 71, 4E and E3. RGB value is (113,78,227). Sum of RGB (Red+Green+Blue) = 113+78+227=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 227 (89.06% from 255 or 54.31% from 418); Max value from RGB is 227 - color contains mainly: blue. Hex color #714EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EE3 is #8EB11C. Grayscale: #686868. Windows color (decimal): -9351453 or 14896753. OLE color: 14896753.
HSL color Cylindrical-coordinate representation of color #714EE3: hue angle of 254.09º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714EE3 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 78 | 227 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.11 |
| HSL | 254.09º | 0.73% | 0.6% | - |
| HSV(B) | 254.09º | 0.66% | 0.89% | - |
| XYZ | 23.4 | 14.51 | 74.24 | - |
| YUV | 105.45 | 196.6 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 227 | 0.50 | 0.66 | 0 | 0.11 | 254.09 | 0.73 | 0.6 |
| Hex | 71 | 4E | E3 | 32 | 42 | 0 | B | FE | 49 | 3C |
| Octal | 161 | 116 | 343 | 62 | 102 | 0 | 13 | 376 | 111 | 74 |
| Binary | 1110001 | 1001110 | 11100011 | 110010 | 1000010 | 0 | 1011 | 11111110 | 1001001 | 111100 |
Color Harmonies of #714EE3
Complementary color
Monochromatic Colors of #714EE3
Black with #714EE3
Text Example
Text Example
White with #714EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EE3; }
p { color: rgb(113,78,227); }
H1.HeaderClassName
{
color: #714EE3;
}
.AnyTagClassName
{
color: #714EE3;
}
</style>
background-color css
<style>
a { background-color: #714EE3; }
a { background-color: rgb(113,78,227); }
div.DivClassName
{
background-color: #714EE3;
}
.BgClassName
{
background-color: #714EE3;
}
</style>
border-color css
<style>
span { border-color: #714EE3; }
span { border-color: rgb(113,78,227); }
td.TdClassName
{
border-color: #714EE3;
}
.TagClassName
{
border-color: #714EE3;
}
</style>