Shades of Slate Blue #716ECF
Tints of Slate Blue #716ECF
RGB
CMYK
RGB Variations
Color information
#716ECF (or 0x716ECF) is known color: Slate Blue. HEX triplet: 71, 6E and CF. RGB value is (113,110,207). Sum of RGB (Red+Green+Blue) = 113+110+207=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #716ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ECF is #8E9130. Grayscale: #797979. Windows color (decimal): -9343281 or 13594225. OLE color: 13594225.
HSL color Cylindrical-coordinate representation of color #716ECF: hue angle of 241.86º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716ECF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 110 | 207 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.19 |
| HSL | 241.86º | 0.5% | 0.62% | - |
| HSV(B) | 241.86º | 0.47% | 0.81% | - |
| XYZ | 23.65 | 19.17 | 61.48 | - |
| YUV | 121.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 207 | 0.45 | 0.47 | 0 | 0.19 | 241.86 | 0.5 | 0.62 |
| Hex | 71 | 6E | CF | 2D | 2F | 0 | 13 | F2 | 32 | 3E |
| Octal | 161 | 156 | 317 | 55 | 57 | 0 | 23 | 362 | 62 | 76 |
| Binary | 1110001 | 1101110 | 11001111 | 101101 | 101111 | 0 | 10011 | 11110010 | 110010 | 111110 |
Color Harmonies of #716ECF
Complementary color
Monochromatic Colors of #716ECF
Black with #716ECF
Text Example
Text Example
White with #716ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716ECF; }
p { color: rgb(113,110,207); }
H1.HeaderClassName
{
color: #716ECF;
}
.AnyTagClassName
{
color: #716ECF;
}
</style>
background-color css
<style>
a { background-color: #716ECF; }
a { background-color: rgb(113,110,207); }
div.DivClassName
{
background-color: #716ECF;
}
.BgClassName
{
background-color: #716ECF;
}
</style>
border-color css
<style>
span { border-color: #716ECF; }
span { border-color: rgb(113,110,207); }
td.TdClassName
{
border-color: #716ECF;
}
.TagClassName
{
border-color: #716ECF;
}
</style>