Shades of Slate Blue #714DCF
Tints of Slate Blue #714DCF
RGB
CMYK
RGB Variations
Color information
#714DCF (or 0x714DCF) is known color: Slate Blue. HEX triplet: 71, 4D and CF. RGB value is (113,77,207). Sum of RGB (Red+Green+Blue) = 113+77+207=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #714DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DCF is #8EB230. Grayscale: #666666. Windows color (decimal): -9351729 or 13585777. OLE color: 13585777.
HSL color Cylindrical-coordinate representation of color #714DCF: hue angle of 256.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714DCF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 77 | 207 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.19 |
| HSL | 256.62º | 0.58% | 0.56% | - |
| HSV(B) | 256.62º | 0.63% | 0.81% | - |
| XYZ | 20.73 | 13.32 | 60.51 | - |
| YUV | 102.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 207 | 0.45 | 0.63 | 0 | 0.19 | 256.62 | 0.58 | 0.56 |
| Hex | 71 | 4D | CF | 2D | 3F | 0 | 13 | 101 | 3A | 38 |
| Octal | 161 | 115 | 317 | 55 | 77 | 0 | 23 | 401 | 72 | 70 |
| Binary | 1110001 | 1001101 | 11001111 | 101101 | 111111 | 0 | 10011 | 100000001 | 111010 | 111000 |
Color Harmonies of #714DCF
Complementary color
Monochromatic Colors of #714DCF
Black with #714DCF
Text Example
Text Example
White with #714DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DCF; }
p { color: rgb(113,77,207); }
H1.HeaderClassName
{
color: #714DCF;
}
.AnyTagClassName
{
color: #714DCF;
}
</style>
background-color css
<style>
a { background-color: #714DCF; }
a { background-color: rgb(113,77,207); }
div.DivClassName
{
background-color: #714DCF;
}
.BgClassName
{
background-color: #714DCF;
}
</style>
border-color css
<style>
span { border-color: #714DCF; }
span { border-color: rgb(113,77,207); }
td.TdClassName
{
border-color: #714DCF;
}
.TagClassName
{
border-color: #714DCF;
}
</style>