Shades of Slate Blue #714FCD
Tints of Slate Blue #714FCD
RGB
CMYK
RGB Variations
Color information
#714FCD (or 0x714FCD) is known color: Slate Blue. HEX triplet: 71, 4F and CD. RGB value is (113,79,205). Sum of RGB (Red+Green+Blue) = 113+79+205=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #714FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FCD is #8EB032. Grayscale: #676767. Windows color (decimal): -9351219 or 13455217. OLE color: 13455217.
HSL color Cylindrical-coordinate representation of color #714FCD: hue angle of 256.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #714FCD is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 79 | 205 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.20 |
| HSL | 256.19º | 0.56% | 0.56% | - |
| HSV(B) | 256.19º | 0.61% | 0.8% | - |
| XYZ | 20.63 | 13.51 | 59.28 | - |
| YUV | 103.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 205 | 0.45 | 0.61 | 0 | 0.20 | 256.19 | 0.56 | 0.56 |
| Hex | 71 | 4F | CD | 2D | 3D | 0 | 14 | 100 | 38 | 38 |
| Octal | 161 | 117 | 315 | 55 | 75 | 0 | 24 | 400 | 70 | 70 |
| Binary | 1110001 | 1001111 | 11001101 | 101101 | 111101 | 0 | 10100 | 100000000 | 111000 | 111000 |
Color Harmonies of #714FCD
Complementary color
Monochromatic Colors of #714FCD
Black with #714FCD
Text Example
Text Example
White with #714FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FCD; }
p { color: rgb(113,79,205); }
H1.HeaderClassName
{
color: #714FCD;
}
.AnyTagClassName
{
color: #714FCD;
}
</style>
background-color css
<style>
a { background-color: #714FCD; }
a { background-color: rgb(113,79,205); }
div.DivClassName
{
background-color: #714FCD;
}
.BgClassName
{
background-color: #714FCD;
}
</style>
border-color css
<style>
span { border-color: #714FCD; }
span { border-color: rgb(113,79,205); }
td.TdClassName
{
border-color: #714FCD;
}
.TagClassName
{
border-color: #714FCD;
}
</style>