Shades of Slate Blue #716ED0
Tints of Slate Blue #716ED0
RGB
CMYK
RGB Variations
Color information
#716ED0 (or 0x716ED0) is known color: Slate Blue. HEX triplet: 71, 6E and D0. RGB value is (113,110,208). Sum of RGB (Red+Green+Blue) = 113+110+208=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #716ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ED0 is #8E912F. Grayscale: #797979. Windows color (decimal): -9343280 or 13659761. OLE color: 13659761.
HSL color Cylindrical-coordinate representation of color #716ED0: hue angle of 241.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716ED0 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 110 | 208 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.18 |
| HSL | 241.84º | 0.51% | 0.62% | - |
| HSV(B) | 241.84º | 0.47% | 0.82% | - |
| XYZ | 23.77 | 19.22 | 62.13 | - |
| YUV | 122.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 208 | 0.46 | 0.47 | 0 | 0.18 | 241.84 | 0.51 | 0.62 |
| Hex | 71 | 6E | D0 | 2E | 2F | 0 | 12 | F2 | 33 | 3E |
| Octal | 161 | 156 | 320 | 56 | 57 | 0 | 22 | 362 | 63 | 76 |
| Binary | 1110001 | 1101110 | 11010000 | 101110 | 101111 | 0 | 10010 | 11110010 | 110011 | 111110 |
Color Harmonies of #716ED0
Complementary color
Monochromatic Colors of #716ED0
Black with #716ED0
Text Example
Text Example
White with #716ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716ED0; }
p { color: rgb(113,110,208); }
H1.HeaderClassName
{
color: #716ED0;
}
.AnyTagClassName
{
color: #716ED0;
}
</style>
background-color css
<style>
a { background-color: #716ED0; }
a { background-color: rgb(113,110,208); }
div.DivClassName
{
background-color: #716ED0;
}
.BgClassName
{
background-color: #716ED0;
}
</style>
border-color css
<style>
span { border-color: #716ED0; }
span { border-color: rgb(113,110,208); }
td.TdClassName
{
border-color: #716ED0;
}
.TagClassName
{
border-color: #716ED0;
}
</style>