Shades of Slate Blue #705EDA
Tints of Slate Blue #705EDA
RGB
CMYK
RGB Variations
Color information
#705EDA (or 0x705EDA) is known color: Slate Blue. HEX triplet: 70, 5E and DA. RGB value is (112,94,218). Sum of RGB (Red+Green+Blue) = 112+94+218=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #705EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EDA is #8FA125. Grayscale: #717171. Windows color (decimal): -9412902 or 14311024. OLE color: 14311024.
HSL color Cylindrical-coordinate representation of color #705EDA: hue angle of 248.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705EDA is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 94 | 218 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.15 |
| HSL | 248.71º | 0.63% | 0.61% | - |
| HSV(B) | 248.71º | 0.57% | 0.85% | - |
| XYZ | 23.34 | 16.51 | 68.29 | - |
| YUV | 113.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 218 | 0.49 | 0.57 | 0 | 0.15 | 248.71 | 0.63 | 0.61 |
| Hex | 70 | 5E | DA | 31 | 39 | 0 | F | F9 | 3F | 3D |
| Octal | 160 | 136 | 332 | 61 | 71 | 0 | 17 | 371 | 77 | 75 |
| Binary | 1110000 | 1011110 | 11011010 | 110001 | 111001 | 0 | 1111 | 11111001 | 111111 | 111101 |
Color Harmonies of #705EDA
Complementary color
Monochromatic Colors of #705EDA
Black with #705EDA
Text Example
Text Example
White with #705EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EDA; }
p { color: rgb(112,94,218); }
H1.HeaderClassName
{
color: #705EDA;
}
.AnyTagClassName
{
color: #705EDA;
}
</style>
background-color css
<style>
a { background-color: #705EDA; }
a { background-color: rgb(112,94,218); }
div.DivClassName
{
background-color: #705EDA;
}
.BgClassName
{
background-color: #705EDA;
}
</style>
border-color css
<style>
span { border-color: #705EDA; }
span { border-color: rgb(112,94,218); }
td.TdClassName
{
border-color: #705EDA;
}
.TagClassName
{
border-color: #705EDA;
}
</style>