Shades of Slate Blue #705BDD
Tints of Slate Blue #705BDD
RGB
CMYK
RGB Variations
Color information
#705BDD (or 0x705BDD) is known color: Slate Blue. HEX triplet: 70, 5B and DD. RGB value is (112,91,221). Sum of RGB (Red+Green+Blue) = 112+91+221=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #705BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BDD is #8FA422. Grayscale: #6F6F6F. Windows color (decimal): -9413667 or 14506864. OLE color: 14506864.
HSL color Cylindrical-coordinate representation of color #705BDD: hue angle of 249.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705BDD is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 91 | 221 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 249.69º | 0.66% | 0.61% | - |
| HSV(B) | 249.69º | 0.59% | 0.87% | - |
| XYZ | 23.47 | 16.15 | 70.29 | - |
| YUV | 112.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 221 | 0.49 | 0.59 | 0 | 0.13 | 249.69 | 0.66 | 0.61 |
| Hex | 70 | 5B | DD | 31 | 3B | 0 | D | FA | 42 | 3D |
| Octal | 160 | 133 | 335 | 61 | 73 | 0 | 15 | 372 | 102 | 75 |
| Binary | 1110000 | 1011011 | 11011101 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000010 | 111101 |
Color Harmonies of #705BDD
Complementary color
Monochromatic Colors of #705BDD
Black with #705BDD
Text Example
Text Example
White with #705BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BDD; }
p { color: rgb(112,91,221); }
H1.HeaderClassName
{
color: #705BDD;
}
.AnyTagClassName
{
color: #705BDD;
}
</style>
background-color css
<style>
a { background-color: #705BDD; }
a { background-color: rgb(112,91,221); }
div.DivClassName
{
background-color: #705BDD;
}
.BgClassName
{
background-color: #705BDD;
}
</style>
border-color css
<style>
span { border-color: #705BDD; }
span { border-color: rgb(112,91,221); }
td.TdClassName
{
border-color: #705BDD;
}
.TagClassName
{
border-color: #705BDD;
}
</style>