Shades of Slate Blue #715ED8
Tints of Slate Blue #715ED8
RGB
CMYK
RGB Variations
Color information
#715ED8 (or 0x715ED8) is known color: Slate Blue. HEX triplet: 71, 5E and D8. RGB value is (113,94,216). Sum of RGB (Red+Green+Blue) = 113+94+216=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #715ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ED8 is #8EA127. Grayscale: #717171. Windows color (decimal): -9347368 or 14179953. OLE color: 14179953.
HSL color Cylindrical-coordinate representation of color #715ED8: hue angle of 249.34º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715ED8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 94 | 216 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.15 |
| HSL | 249.34º | 0.61% | 0.61% | - |
| HSV(B) | 249.34º | 0.56% | 0.85% | - |
| XYZ | 23.21 | 16.47 | 66.92 | - |
| YUV | 113.59 | 185.79 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 216 | 0.48 | 0.56 | 0 | 0.15 | 249.34 | 0.61 | 0.61 |
| Hex | 71 | 5E | D8 | 30 | 38 | 0 | F | F9 | 3D | 3D |
| Octal | 161 | 136 | 330 | 60 | 70 | 0 | 17 | 371 | 75 | 75 |
| Binary | 1110001 | 1011110 | 11011000 | 110000 | 111000 | 0 | 1111 | 11111001 | 111101 | 111101 |
Color Harmonies of #715ED8
Complementary color
Monochromatic Colors of #715ED8
Black with #715ED8
Text Example
Text Example
White with #715ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715ED8; }
p { color: rgb(113,94,216); }
H1.HeaderClassName
{
color: #715ED8;
}
.AnyTagClassName
{
color: #715ED8;
}
</style>
background-color css
<style>
a { background-color: #715ED8; }
a { background-color: rgb(113,94,216); }
div.DivClassName
{
background-color: #715ED8;
}
.BgClassName
{
background-color: #715ED8;
}
</style>
border-color css
<style>
span { border-color: #715ED8; }
span { border-color: rgb(113,94,216); }
td.TdClassName
{
border-color: #715ED8;
}
.TagClassName
{
border-color: #715ED8;
}
</style>