Shades of Slate Blue #714ECF
Tints of Slate Blue #714ECF
RGB
CMYK
RGB Variations
Color information
#714ECF (or 0x714ECF) is known color: Slate Blue. HEX triplet: 71, 4E and CF. RGB value is (113,78,207). Sum of RGB (Red+Green+Blue) = 113+78+207=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #714ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ECF is #8EB130. Grayscale: #666666. Windows color (decimal): -9351473 or 13586033. OLE color: 13586033.
HSL color Cylindrical-coordinate representation of color #714ECF: hue angle of 256.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714ECF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 78 | 207 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.19 |
| HSL | 256.28º | 0.57% | 0.56% | - |
| HSV(B) | 256.28º | 0.62% | 0.81% | - |
| XYZ | 20.8 | 13.46 | 60.53 | - |
| YUV | 103.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 207 | 0.45 | 0.62 | 0 | 0.19 | 256.28 | 0.57 | 0.56 |
| Hex | 71 | 4E | CF | 2D | 3E | 0 | 13 | 100 | 39 | 38 |
| Octal | 161 | 116 | 317 | 55 | 76 | 0 | 23 | 400 | 71 | 70 |
| Binary | 1110001 | 1001110 | 11001111 | 101101 | 111110 | 0 | 10011 | 100000000 | 111001 | 111000 |
Color Harmonies of #714ECF
Complementary color
Monochromatic Colors of #714ECF
Black with #714ECF
Text Example
Text Example
White with #714ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714ECF; }
p { color: rgb(113,78,207); }
H1.HeaderClassName
{
color: #714ECF;
}
.AnyTagClassName
{
color: #714ECF;
}
</style>
background-color css
<style>
a { background-color: #714ECF; }
a { background-color: rgb(113,78,207); }
div.DivClassName
{
background-color: #714ECF;
}
.BgClassName
{
background-color: #714ECF;
}
</style>
border-color css
<style>
span { border-color: #714ECF; }
span { border-color: rgb(113,78,207); }
td.TdClassName
{
border-color: #714ECF;
}
.TagClassName
{
border-color: #714ECF;
}
</style>