Shades of Slate Blue #704EE5
Tints of Slate Blue #704EE5
RGB
CMYK
RGB Variations
Color information
#704EE5 (or 0x704EE5) is known color: Slate Blue. HEX triplet: 70, 4E and E5. RGB value is (112,78,229). Sum of RGB (Red+Green+Blue) = 112+78+229=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #704EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EE5 is #8FB11A. Grayscale: #686868. Windows color (decimal): -9416987 or 15027824. OLE color: 15027824.
HSL color Cylindrical-coordinate representation of color #704EE5: hue angle of 253.51º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704EE5 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 78 | 229 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.10 |
| HSL | 253.51º | 0.74% | 0.6% | - |
| HSV(B) | 253.51º | 0.66% | 0.9% | - |
| XYZ | 23.55 | 14.55 | 75.7 | - |
| YUV | 105.38 | 197.76 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 229 | 0.51 | 0.66 | 0 | 0.10 | 253.51 | 0.74 | 0.6 |
| Hex | 70 | 4E | E5 | 33 | 42 | 0 | A | FE | 4A | 3C |
| Octal | 160 | 116 | 345 | 63 | 102 | 0 | 12 | 376 | 112 | 74 |
| Binary | 1110000 | 1001110 | 11100101 | 110011 | 1000010 | 0 | 1010 | 11111110 | 1001010 | 111100 |
Color Harmonies of #704EE5
Complementary color
Monochromatic Colors of #704EE5
Black with #704EE5
Text Example
Text Example
White with #704EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EE5; }
p { color: rgb(112,78,229); }
H1.HeaderClassName
{
color: #704EE5;
}
.AnyTagClassName
{
color: #704EE5;
}
</style>
background-color css
<style>
a { background-color: #704EE5; }
a { background-color: rgb(112,78,229); }
div.DivClassName
{
background-color: #704EE5;
}
.BgClassName
{
background-color: #704EE5;
}
</style>
border-color css
<style>
span { border-color: #704EE5; }
span { border-color: rgb(112,78,229); }
td.TdClassName
{
border-color: #704EE5;
}
.TagClassName
{
border-color: #704EE5;
}
</style>