Shades of Slate Blue #704EDC
Tints of Slate Blue #704EDC
RGB
CMYK
RGB Variations
Color information
#704EDC (or 0x704EDC) is known color: Slate Blue. HEX triplet: 70, 4E and DC. RGB value is (112,78,220). Sum of RGB (Red+Green+Blue) = 112+78+220=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #704EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EDC is #8FB123. Grayscale: #676767. Windows color (decimal): -9416996 or 14438000. OLE color: 14438000.
HSL color Cylindrical-coordinate representation of color #704EDC: hue angle of 254.37º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704EDC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 78 | 220 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.14 |
| HSL | 254.37º | 0.67% | 0.58% | - |
| HSV(B) | 254.37º | 0.65% | 0.86% | - |
| XYZ | 22.32 | 14.06 | 69.25 | - |
| YUV | 104.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 220 | 0.49 | 0.65 | 0 | 0.14 | 254.37 | 0.67 | 0.58 |
| Hex | 70 | 4E | DC | 31 | 41 | 0 | E | FE | 43 | 3A |
| Octal | 160 | 116 | 334 | 61 | 101 | 0 | 16 | 376 | 103 | 72 |
| Binary | 1110000 | 1001110 | 11011100 | 110001 | 1000001 | 0 | 1110 | 11111110 | 1000011 | 111010 |
Color Harmonies of #704EDC
Complementary color
Monochromatic Colors of #704EDC
Black with #704EDC
Text Example
Text Example
White with #704EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EDC; }
p { color: rgb(112,78,220); }
H1.HeaderClassName
{
color: #704EDC;
}
.AnyTagClassName
{
color: #704EDC;
}
</style>
background-color css
<style>
a { background-color: #704EDC; }
a { background-color: rgb(112,78,220); }
div.DivClassName
{
background-color: #704EDC;
}
.BgClassName
{
background-color: #704EDC;
}
</style>
border-color css
<style>
span { border-color: #704EDC; }
span { border-color: rgb(112,78,220); }
td.TdClassName
{
border-color: #704EDC;
}
.TagClassName
{
border-color: #704EDC;
}
</style>