Shades of Slate Blue #714ED8
Tints of Slate Blue #714ED8
RGB
CMYK
RGB Variations
Color information
#714ED8 (or 0x714ED8) is known color: Slate Blue. HEX triplet: 71, 4E and D8. RGB value is (113,78,216). Sum of RGB (Red+Green+Blue) = 113+78+216=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #714ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ED8 is #8EB127. Grayscale: #676767. Windows color (decimal): -9351464 or 14175857. OLE color: 14175857.
HSL color Cylindrical-coordinate representation of color #714ED8: hue angle of 255.22º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714ED8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 78 | 216 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.15 |
| HSL | 255.22º | 0.64% | 0.58% | - |
| HSV(B) | 255.22º | 0.64% | 0.85% | - |
| XYZ | 21.93 | 13.92 | 66.5 | - |
| YUV | 104.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 216 | 0.48 | 0.64 | 0 | 0.15 | 255.22 | 0.64 | 0.58 |
| Hex | 71 | 4E | D8 | 30 | 40 | 0 | F | FF | 40 | 3A |
| Octal | 161 | 116 | 330 | 60 | 100 | 0 | 17 | 377 | 100 | 72 |
| Binary | 1110001 | 1001110 | 11011000 | 110000 | 1000000 | 0 | 1111 | 11111111 | 1000000 | 111010 |
Color Harmonies of #714ED8
Complementary color
Monochromatic Colors of #714ED8
Black with #714ED8
Text Example
Text Example
White with #714ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714ED8; }
p { color: rgb(113,78,216); }
H1.HeaderClassName
{
color: #714ED8;
}
.AnyTagClassName
{
color: #714ED8;
}
</style>
background-color css
<style>
a { background-color: #714ED8; }
a { background-color: rgb(113,78,216); }
div.DivClassName
{
background-color: #714ED8;
}
.BgClassName
{
background-color: #714ED8;
}
</style>
border-color css
<style>
span { border-color: #714ED8; }
span { border-color: rgb(113,78,216); }
td.TdClassName
{
border-color: #714ED8;
}
.TagClassName
{
border-color: #714ED8;
}
</style>