Shades of Slate Blue #704EDD
Tints of Slate Blue #704EDD
RGB
CMYK
RGB Variations
Color information
#704EDD (or 0x704EDD) is known color: Slate Blue. HEX triplet: 70, 4E and DD. RGB value is (112,78,221). Sum of RGB (Red+Green+Blue) = 112+78+221=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #704EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EDD is #8FB122. Grayscale: #676767. Windows color (decimal): -9416995 or 14503536. OLE color: 14503536.
HSL color Cylindrical-coordinate representation of color #704EDD: hue angle of 254.27º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704EDD is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 78 | 221 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.13 |
| HSL | 254.27º | 0.68% | 0.59% | - |
| HSV(B) | 254.27º | 0.65% | 0.87% | - |
| XYZ | 22.46 | 14.11 | 69.95 | - |
| YUV | 104.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 221 | 0.49 | 0.65 | 0 | 0.13 | 254.27 | 0.68 | 0.59 |
| Hex | 70 | 4E | DD | 31 | 41 | 0 | D | FE | 44 | 3B |
| Octal | 160 | 116 | 335 | 61 | 101 | 0 | 15 | 376 | 104 | 73 |
| Binary | 1110000 | 1001110 | 11011101 | 110001 | 1000001 | 0 | 1101 | 11111110 | 1000100 | 111011 |
Color Harmonies of #704EDD
Complementary color
Monochromatic Colors of #704EDD
Black with #704EDD
Text Example
Text Example
White with #704EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EDD; }
p { color: rgb(112,78,221); }
H1.HeaderClassName
{
color: #704EDD;
}
.AnyTagClassName
{
color: #704EDD;
}
</style>
background-color css
<style>
a { background-color: #704EDD; }
a { background-color: rgb(112,78,221); }
div.DivClassName
{
background-color: #704EDD;
}
.BgClassName
{
background-color: #704EDD;
}
</style>
border-color css
<style>
span { border-color: #704EDD; }
span { border-color: rgb(112,78,221); }
td.TdClassName
{
border-color: #704EDD;
}
.TagClassName
{
border-color: #704EDD;
}
</style>