Shades of Slate Blue #705DCD
Tints of Slate Blue #705DCD
RGB
CMYK
RGB Variations
Color information
#705DCD (or 0x705DCD) is known color: Slate Blue. HEX triplet: 70, 5D and CD. RGB value is (112,93,205). Sum of RGB (Red+Green+Blue) = 112+93+205=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #705DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DCD is #8FA232. Grayscale: #6F6F6F. Windows color (decimal): -9413171 or 13458800. OLE color: 13458800.
HSL color Cylindrical-coordinate representation of color #705DCD: hue angle of 250.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705DCD is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 93 | 205 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.20 |
| HSL | 250.18º | 0.53% | 0.58% | - |
| HSV(B) | 250.18º | 0.55% | 0.8% | - |
| XYZ | 21.62 | 15.68 | 59.65 | - |
| YUV | 111.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 205 | 0.45 | 0.55 | 0 | 0.20 | 250.18 | 0.53 | 0.58 |
| Hex | 70 | 5D | CD | 2D | 37 | 0 | 14 | FA | 35 | 3A |
| Octal | 160 | 135 | 315 | 55 | 67 | 0 | 24 | 372 | 65 | 72 |
| Binary | 1110000 | 1011101 | 11001101 | 101101 | 110111 | 0 | 10100 | 11111010 | 110101 | 111010 |
Color Harmonies of #705DCD
Complementary color
Monochromatic Colors of #705DCD
Black with #705DCD
Text Example
Text Example
White with #705DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DCD; }
p { color: rgb(112,93,205); }
H1.HeaderClassName
{
color: #705DCD;
}
.AnyTagClassName
{
color: #705DCD;
}
</style>
background-color css
<style>
a { background-color: #705DCD; }
a { background-color: rgb(112,93,205); }
div.DivClassName
{
background-color: #705DCD;
}
.BgClassName
{
background-color: #705DCD;
}
</style>
border-color css
<style>
span { border-color: #705DCD; }
span { border-color: rgb(112,93,205); }
td.TdClassName
{
border-color: #705DCD;
}
.TagClassName
{
border-color: #705DCD;
}
</style>