Shades of Slate Blue #716AD2
Tints of Slate Blue #716AD2
RGB
CMYK
RGB Variations
Color information
#716AD2 (or 0x716AD2) is known color: Slate Blue. HEX triplet: 71, 6A and D2. RGB value is (113,106,210). Sum of RGB (Red+Green+Blue) = 113+106+210=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #716AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AD2 is #8E952D. Grayscale: #777777. Windows color (decimal): -9344302 or 13789809. OLE color: 13789809.
HSL color Cylindrical-coordinate representation of color #716AD2: hue angle of 244.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716AD2 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 106 | 210 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.18 |
| HSL | 244.04º | 0.54% | 0.62% | - |
| HSV(B) | 244.04º | 0.5% | 0.82% | - |
| XYZ | 23.6 | 18.47 | 63.29 | - |
| YUV | 119.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 210 | 0.46 | 0.50 | 0 | 0.18 | 244.04 | 0.54 | 0.62 |
| Hex | 71 | 6A | D2 | 2E | 32 | 0 | 12 | F4 | 36 | 3E |
| Octal | 161 | 152 | 322 | 56 | 62 | 0 | 22 | 364 | 66 | 76 |
| Binary | 1110001 | 1101010 | 11010010 | 101110 | 110010 | 0 | 10010 | 11110100 | 110110 | 111110 |
Color Harmonies of #716AD2
Complementary color
Monochromatic Colors of #716AD2
Black with #716AD2
Text Example
Text Example
White with #716AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716AD2; }
p { color: rgb(113,106,210); }
H1.HeaderClassName
{
color: #716AD2;
}
.AnyTagClassName
{
color: #716AD2;
}
</style>
background-color css
<style>
a { background-color: #716AD2; }
a { background-color: rgb(113,106,210); }
div.DivClassName
{
background-color: #716AD2;
}
.BgClassName
{
background-color: #716AD2;
}
</style>
border-color css
<style>
span { border-color: #716AD2; }
span { border-color: rgb(113,106,210); }
td.TdClassName
{
border-color: #716AD2;
}
.TagClassName
{
border-color: #716AD2;
}
</style>