Shades of Slate Blue #716DCF
Tints of Slate Blue #716DCF
RGB
CMYK
RGB Variations
Color information
#716DCF (or 0x716DCF) is known color: Slate Blue. HEX triplet: 71, 6D and CF. RGB value is (113,109,207). Sum of RGB (Red+Green+Blue) = 113+109+207=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #716DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCF is #8E9230. Grayscale: #787878. Windows color (decimal): -9343537 or 13593969. OLE color: 13593969.
HSL color Cylindrical-coordinate representation of color #716DCF: hue angle of 242.45º degrees, saturation: 0.51, 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 #716DCF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 109 | 207 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.19 |
| HSL | 242.45º | 0.51% | 0.62% | - |
| HSV(B) | 242.45º | 0.47% | 0.81% | - |
| XYZ | 23.54 | 18.95 | 61.45 | - |
| YUV | 121.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 207 | 0.45 | 0.47 | 0 | 0.19 | 242.45 | 0.51 | 0.62 |
| Hex | 71 | 6D | CF | 2D | 2F | 0 | 13 | F2 | 33 | 3E |
| Octal | 161 | 155 | 317 | 55 | 57 | 0 | 23 | 362 | 63 | 76 |
| Binary | 1110001 | 1101101 | 11001111 | 101101 | 101111 | 0 | 10011 | 11110010 | 110011 | 111110 |
Color Harmonies of #716DCF
Complementary color
Monochromatic Colors of #716DCF
Black with #716DCF
Text Example
Text Example
White with #716DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DCF; }
p { color: rgb(113,109,207); }
H1.HeaderClassName
{
color: #716DCF;
}
.AnyTagClassName
{
color: #716DCF;
}
</style>
background-color css
<style>
a { background-color: #716DCF; }
a { background-color: rgb(113,109,207); }
div.DivClassName
{
background-color: #716DCF;
}
.BgClassName
{
background-color: #716DCF;
}
</style>
border-color css
<style>
span { border-color: #716DCF; }
span { border-color: rgb(113,109,207); }
td.TdClassName
{
border-color: #716DCF;
}
.TagClassName
{
border-color: #716DCF;
}
</style>