Shades of Slate Blue #705EDC
Tints of Slate Blue #705EDC
RGB
CMYK
RGB Variations
Color information
#705EDC (or 0x705EDC) is known color: Slate Blue. HEX triplet: 70, 5E and DC. RGB value is (112,94,220). Sum of RGB (Red+Green+Blue) = 112+94+220=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #705EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EDC is #8FA123. Grayscale: #717171. Windows color (decimal): -9412900 or 14442096. OLE color: 14442096.
HSL color Cylindrical-coordinate representation of color #705EDC: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705EDC is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 94 | 220 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.14 |
| HSL | 248.57º | 0.64% | 0.62% | - |
| HSV(B) | 248.57º | 0.57% | 0.86% | - |
| XYZ | 23.6 | 16.62 | 69.67 | - |
| YUV | 113.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 220 | 0.49 | 0.57 | 0 | 0.14 | 248.57 | 0.64 | 0.62 |
| Hex | 70 | 5E | DC | 31 | 39 | 0 | E | F9 | 40 | 3E |
| Octal | 160 | 136 | 334 | 61 | 71 | 0 | 16 | 371 | 100 | 76 |
| Binary | 1110000 | 1011110 | 11011100 | 110001 | 111001 | 0 | 1110 | 11111001 | 1000000 | 111110 |
Color Harmonies of #705EDC
Complementary color
Monochromatic Colors of #705EDC
Black with #705EDC
Text Example
Text Example
White with #705EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EDC; }
p { color: rgb(112,94,220); }
H1.HeaderClassName
{
color: #705EDC;
}
.AnyTagClassName
{
color: #705EDC;
}
</style>
background-color css
<style>
a { background-color: #705EDC; }
a { background-color: rgb(112,94,220); }
div.DivClassName
{
background-color: #705EDC;
}
.BgClassName
{
background-color: #705EDC;
}
</style>
border-color css
<style>
span { border-color: #705EDC; }
span { border-color: rgb(112,94,220); }
td.TdClassName
{
border-color: #705EDC;
}
.TagClassName
{
border-color: #705EDC;
}
</style>