Shades of Slate Blue #716BCD
Tints of Slate Blue #716BCD
RGB
CMYK
RGB Variations
Color information
#716BCD (or 0x716BCD) is known color: Slate Blue. HEX triplet: 71, 6B and CD. RGB value is (113,107,205). Sum of RGB (Red+Green+Blue) = 113+107+205=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #716BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BCD is #8E9432. Grayscale: #777777. Windows color (decimal): -9344051 or 13462385. OLE color: 13462385.
HSL color Cylindrical-coordinate representation of color #716BCD: hue angle of 243.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716BCD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 107 | 205 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.20 |
| HSL | 243.67º | 0.49% | 0.61% | - |
| HSV(B) | 243.67º | 0.48% | 0.8% | - |
| XYZ | 23.09 | 18.43 | 60.1 | - |
| YUV | 119.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 205 | 0.45 | 0.48 | 0 | 0.20 | 243.67 | 0.49 | 0.61 |
| Hex | 71 | 6B | CD | 2D | 30 | 0 | 14 | F4 | 31 | 3D |
| Octal | 161 | 153 | 315 | 55 | 60 | 0 | 24 | 364 | 61 | 75 |
| Binary | 1110001 | 1101011 | 11001101 | 101101 | 110000 | 0 | 10100 | 11110100 | 110001 | 111101 |
Color Harmonies of #716BCD
Complementary color
Monochromatic Colors of #716BCD
Black with #716BCD
Text Example
Text Example
White with #716BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BCD; }
p { color: rgb(113,107,205); }
H1.HeaderClassName
{
color: #716BCD;
}
.AnyTagClassName
{
color: #716BCD;
}
</style>
background-color css
<style>
a { background-color: #716BCD; }
a { background-color: rgb(113,107,205); }
div.DivClassName
{
background-color: #716BCD;
}
.BgClassName
{
background-color: #716BCD;
}
</style>
border-color css
<style>
span { border-color: #716BCD; }
span { border-color: rgb(113,107,205); }
td.TdClassName
{
border-color: #716BCD;
}
.TagClassName
{
border-color: #716BCD;
}
</style>