Shades of Slate Blue #705ED8
Tints of Slate Blue #705ED8
RGB
CMYK
RGB Variations
Color information
#705ED8 (or 0x705ED8) is known color: Slate Blue. HEX triplet: 70, 5E and D8. RGB value is (112,94,216). Sum of RGB (Red+Green+Blue) = 112+94+216=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #705ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ED8 is #8FA127. Grayscale: #707070. Windows color (decimal): -9412904 or 14179952. OLE color: 14179952.
HSL color Cylindrical-coordinate representation of color #705ED8: hue angle of 248.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705ED8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 94 | 216 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.15 |
| HSL | 248.85º | 0.61% | 0.61% | - |
| HSV(B) | 248.85º | 0.56% | 0.85% | - |
| XYZ | 23.08 | 16.41 | 66.92 | - |
| YUV | 113.29 | 185.96 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 216 | 0.48 | 0.56 | 0 | 0.15 | 248.85 | 0.61 | 0.61 |
| Hex | 70 | 5E | D8 | 30 | 38 | 0 | F | F9 | 3D | 3D |
| Octal | 160 | 136 | 330 | 60 | 70 | 0 | 17 | 371 | 75 | 75 |
| Binary | 1110000 | 1011110 | 11011000 | 110000 | 111000 | 0 | 1111 | 11111001 | 111101 | 111101 |
Color Harmonies of #705ED8
Complementary color
Monochromatic Colors of #705ED8
Black with #705ED8
Text Example
Text Example
White with #705ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705ED8; }
p { color: rgb(112,94,216); }
H1.HeaderClassName
{
color: #705ED8;
}
.AnyTagClassName
{
color: #705ED8;
}
</style>
background-color css
<style>
a { background-color: #705ED8; }
a { background-color: rgb(112,94,216); }
div.DivClassName
{
background-color: #705ED8;
}
.BgClassName
{
background-color: #705ED8;
}
</style>
border-color css
<style>
span { border-color: #705ED8; }
span { border-color: rgb(112,94,216); }
td.TdClassName
{
border-color: #705ED8;
}
.TagClassName
{
border-color: #705ED8;
}
</style>