Shades of Slate Blue #716ED7
Tints of Slate Blue #716ED7
RGB
CMYK
RGB Variations
Color information
#716ED7 (or 0x716ED7) is known color: Slate Blue. HEX triplet: 71, 6E and D7. RGB value is (113,110,215). Sum of RGB (Red+Green+Blue) = 113+110+215=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #716ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ED7 is #8E9128. Grayscale: #7A7A7A. Windows color (decimal): -9343273 or 14118513. OLE color: 14118513.
HSL color Cylindrical-coordinate representation of color #716ED7: hue angle of 241.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #716ED7 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 110 | 215 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.16 |
| HSL | 241.71º | 0.57% | 0.64% | - |
| HSV(B) | 241.71º | 0.49% | 0.84% | - |
| XYZ | 24.65 | 19.57 | 66.77 | - |
| YUV | 122.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 215 | 0.47 | 0.49 | 0 | 0.16 | 241.71 | 0.57 | 0.64 |
| Hex | 71 | 6E | D7 | 2F | 31 | 0 | 10 | F2 | 39 | 40 |
| Octal | 161 | 156 | 327 | 57 | 61 | 0 | 20 | 362 | 71 | 100 |
| Binary | 1110001 | 1101110 | 11010111 | 101111 | 110001 | 0 | 10000 | 11110010 | 111001 | 1000000 |
Color Harmonies of #716ED7
Complementary color
Monochromatic Colors of #716ED7
Black with #716ED7
Text Example
Text Example
White with #716ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716ED7; }
p { color: rgb(113,110,215); }
H1.HeaderClassName
{
color: #716ED7;
}
.AnyTagClassName
{
color: #716ED7;
}
</style>
background-color css
<style>
a { background-color: #716ED7; }
a { background-color: rgb(113,110,215); }
div.DivClassName
{
background-color: #716ED7;
}
.BgClassName
{
background-color: #716ED7;
}
</style>
border-color css
<style>
span { border-color: #716ED7; }
span { border-color: rgb(113,110,215); }
td.TdClassName
{
border-color: #716ED7;
}
.TagClassName
{
border-color: #716ED7;
}
</style>