Shades of Slate Blue #704FE0
Tints of Slate Blue #704FE0
RGB
CMYK
RGB Variations
Color information
#704FE0 (or 0x704FE0) is known color: Slate Blue. HEX triplet: 70, 4F and E0. RGB value is (112,79,224). Sum of RGB (Red+Green+Blue) = 112+79+224=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #704FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FE0 is #8FB01F. Grayscale: #686868. Windows color (decimal): -9416736 or 14700400. OLE color: 14700400.
HSL color Cylindrical-coordinate representation of color #704FE0: hue angle of 253.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704FE0 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 79 | 224 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.12 |
| HSL | 253.66º | 0.7% | 0.59% | - |
| HSV(B) | 253.66º | 0.65% | 0.88% | - |
| XYZ | 22.93 | 14.42 | 72.1 | - |
| YUV | 105.4 | 194.93 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 224 | 0.50 | 0.65 | 0 | 0.12 | 253.66 | 0.7 | 0.59 |
| Hex | 70 | 4F | E0 | 32 | 41 | 0 | C | FE | 46 | 3B |
| Octal | 160 | 117 | 340 | 62 | 101 | 0 | 14 | 376 | 106 | 73 |
| Binary | 1110000 | 1001111 | 11100000 | 110010 | 1000001 | 0 | 1100 | 11111110 | 1000110 | 111011 |
Color Harmonies of #704FE0
Complementary color
Monochromatic Colors of #704FE0
Black with #704FE0
Text Example
Text Example
White with #704FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FE0; }
p { color: rgb(112,79,224); }
H1.HeaderClassName
{
color: #704FE0;
}
.AnyTagClassName
{
color: #704FE0;
}
</style>
background-color css
<style>
a { background-color: #704FE0; }
a { background-color: rgb(112,79,224); }
div.DivClassName
{
background-color: #704FE0;
}
.BgClassName
{
background-color: #704FE0;
}
</style>
border-color css
<style>
span { border-color: #704FE0; }
span { border-color: rgb(112,79,224); }
td.TdClassName
{
border-color: #704FE0;
}
.TagClassName
{
border-color: #704FE0;
}
</style>