Shades of Slate Blue #714DCE
Tints of Slate Blue #714DCE
RGB
CMYK
RGB Variations
Color information
#714DCE (or 0x714DCE) is known color: Slate Blue. HEX triplet: 71, 4D and CE. RGB value is (113,77,206). Sum of RGB (Red+Green+Blue) = 113+77+206=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #714DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DCE is #8EB231. Grayscale: #656565. Windows color (decimal): -9351730 or 13520241. OLE color: 13520241.
HSL color Cylindrical-coordinate representation of color #714DCE: hue angle of 256.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714DCE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 77 | 206 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.19 |
| HSL | 256.74º | 0.57% | 0.55% | - |
| HSV(B) | 256.74º | 0.63% | 0.81% | - |
| XYZ | 20.6 | 13.27 | 59.87 | - |
| YUV | 102.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 206 | 0.45 | 0.63 | 0 | 0.19 | 256.74 | 0.57 | 0.55 |
| Hex | 71 | 4D | CE | 2D | 3F | 0 | 13 | 101 | 39 | 37 |
| Octal | 161 | 115 | 316 | 55 | 77 | 0 | 23 | 401 | 71 | 67 |
| Binary | 1110001 | 1001101 | 11001110 | 101101 | 111111 | 0 | 10011 | 100000001 | 111001 | 110111 |
Color Harmonies of #714DCE
Complementary color
Monochromatic Colors of #714DCE
Black with #714DCE
Text Example
Text Example
White with #714DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DCE; }
p { color: rgb(113,77,206); }
H1.HeaderClassName
{
color: #714DCE;
}
.AnyTagClassName
{
color: #714DCE;
}
</style>
background-color css
<style>
a { background-color: #714DCE; }
a { background-color: rgb(113,77,206); }
div.DivClassName
{
background-color: #714DCE;
}
.BgClassName
{
background-color: #714DCE;
}
</style>
border-color css
<style>
span { border-color: #714DCE; }
span { border-color: rgb(113,77,206); }
td.TdClassName
{
border-color: #714DCE;
}
.TagClassName
{
border-color: #714DCE;
}
</style>