Shades of Slate Blue #715EDD
Tints of Slate Blue #715EDD
RGB
CMYK
RGB Variations
Color information
#715EDD (or 0x715EDD) is known color: Slate Blue. HEX triplet: 71, 5E and DD. RGB value is (113,94,221). Sum of RGB (Red+Green+Blue) = 113+94+221=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #715EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EDD is #8EA122. Grayscale: #717171. Windows color (decimal): -9347363 or 14507633. OLE color: 14507633.
HSL color Cylindrical-coordinate representation of color #715EDD: hue angle of 248.98º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715EDD is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 94 | 221 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.13 |
| HSL | 248.98º | 0.65% | 0.62% | - |
| HSV(B) | 248.98º | 0.57% | 0.87% | - |
| XYZ | 23.86 | 16.74 | 70.38 | - |
| YUV | 114.16 | 188.29 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 221 | 0.49 | 0.57 | 0 | 0.13 | 248.98 | 0.65 | 0.62 |
| Hex | 71 | 5E | DD | 31 | 39 | 0 | D | F9 | 41 | 3E |
| Octal | 161 | 136 | 335 | 61 | 71 | 0 | 15 | 371 | 101 | 76 |
| Binary | 1110001 | 1011110 | 11011101 | 110001 | 111001 | 0 | 1101 | 11111001 | 1000001 | 111110 |
Color Harmonies of #715EDD
Complementary color
Monochromatic Colors of #715EDD
Black with #715EDD
Text Example
Text Example
White with #715EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715EDD; }
p { color: rgb(113,94,221); }
H1.HeaderClassName
{
color: #715EDD;
}
.AnyTagClassName
{
color: #715EDD;
}
</style>
background-color css
<style>
a { background-color: #715EDD; }
a { background-color: rgb(113,94,221); }
div.DivClassName
{
background-color: #715EDD;
}
.BgClassName
{
background-color: #715EDD;
}
</style>
border-color css
<style>
span { border-color: #715EDD; }
span { border-color: rgb(113,94,221); }
td.TdClassName
{
border-color: #715EDD;
}
.TagClassName
{
border-color: #715EDD;
}
</style>