Shades of Slate Blue #716BD1
Tints of Slate Blue #716BD1
RGB
CMYK
RGB Variations
Color information
#716BD1 (or 0x716BD1) is known color: Slate Blue. HEX triplet: 71, 6B and D1. RGB value is (113,107,209). Sum of RGB (Red+Green+Blue) = 113+107+209=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #716BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BD1 is #8E942E. Grayscale: #787878. Windows color (decimal): -9344047 or 13724529. OLE color: 13724529.
HSL color Cylindrical-coordinate representation of color #716BD1: hue angle of 243.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #716BD1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 107 | 209 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.18 |
| HSL | 243.53º | 0.53% | 0.62% | - |
| HSV(B) | 243.53º | 0.49% | 0.82% | - |
| XYZ | 23.58 | 18.63 | 62.67 | - |
| YUV | 120.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 209 | 0.46 | 0.49 | 0 | 0.18 | 243.53 | 0.53 | 0.62 |
| Hex | 71 | 6B | D1 | 2E | 31 | 0 | 12 | F4 | 35 | 3E |
| Octal | 161 | 153 | 321 | 56 | 61 | 0 | 22 | 364 | 65 | 76 |
| Binary | 1110001 | 1101011 | 11010001 | 101110 | 110001 | 0 | 10010 | 11110100 | 110101 | 111110 |
Color Harmonies of #716BD1
Complementary color
Monochromatic Colors of #716BD1
Black with #716BD1
Text Example
Text Example
White with #716BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BD1; }
p { color: rgb(113,107,209); }
H1.HeaderClassName
{
color: #716BD1;
}
.AnyTagClassName
{
color: #716BD1;
}
</style>
background-color css
<style>
a { background-color: #716BD1; }
a { background-color: rgb(113,107,209); }
div.DivClassName
{
background-color: #716BD1;
}
.BgClassName
{
background-color: #716BD1;
}
</style>
border-color css
<style>
span { border-color: #716BD1; }
span { border-color: rgb(113,107,209); }
td.TdClassName
{
border-color: #716BD1;
}
.TagClassName
{
border-color: #716BD1;
}
</style>