Shades of Slate Blue #714EDF
Tints of Slate Blue #714EDF
RGB
CMYK
RGB Variations
Color information
#714EDF (or 0x714EDF) is known color: Slate Blue. HEX triplet: 71, 4E and DF. RGB value is (113,78,223). Sum of RGB (Red+Green+Blue) = 113+78+223=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #714EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EDF is #8EB120. Grayscale: #686868. Windows color (decimal): -9351457 or 14634609. OLE color: 14634609.
HSL color Cylindrical-coordinate representation of color #714EDF: hue angle of 254.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714EDF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 78 | 223 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.13 |
| HSL | 254.48º | 0.69% | 0.59% | - |
| HSV(B) | 254.48º | 0.65% | 0.87% | - |
| XYZ | 22.85 | 14.29 | 71.37 | - |
| YUV | 105 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 223 | 0.49 | 0.65 | 0 | 0.13 | 254.48 | 0.69 | 0.59 |
| Hex | 71 | 4E | DF | 31 | 41 | 0 | D | FE | 45 | 3B |
| Octal | 161 | 116 | 337 | 61 | 101 | 0 | 15 | 376 | 105 | 73 |
| Binary | 1110001 | 1001110 | 11011111 | 110001 | 1000001 | 0 | 1101 | 11111110 | 1000101 | 111011 |
Color Harmonies of #714EDF
Complementary color
Monochromatic Colors of #714EDF
Black with #714EDF
Text Example
Text Example
White with #714EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EDF; }
p { color: rgb(113,78,223); }
H1.HeaderClassName
{
color: #714EDF;
}
.AnyTagClassName
{
color: #714EDF;
}
</style>
background-color css
<style>
a { background-color: #714EDF; }
a { background-color: rgb(113,78,223); }
div.DivClassName
{
background-color: #714EDF;
}
.BgClassName
{
background-color: #714EDF;
}
</style>
border-color css
<style>
span { border-color: #714EDF; }
span { border-color: rgb(113,78,223); }
td.TdClassName
{
border-color: #714EDF;
}
.TagClassName
{
border-color: #714EDF;
}
</style>