Shades of Slate Blue #704FE1
Tints of Slate Blue #704FE1
RGB
CMYK
RGB Variations
Color information
#704FE1 (or 0x704FE1) is known color: Slate Blue. HEX triplet: 70, 4F and E1. RGB value is (112,79,225). Sum of RGB (Red+Green+Blue) = 112+79+225=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #704FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FE1 is #8FB01E. Grayscale: #686868. Windows color (decimal): -9416735 or 14765936. OLE color: 14765936.
HSL color Cylindrical-coordinate representation of color #704FE1: hue angle of 253.56º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704FE1 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 79 | 225 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.12 |
| HSL | 253.56º | 0.71% | 0.6% | - |
| HSV(B) | 253.56º | 0.65% | 0.88% | - |
| XYZ | 23.07 | 14.47 | 72.81 | - |
| YUV | 105.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 225 | 0.50 | 0.65 | 0 | 0.12 | 253.56 | 0.71 | 0.6 |
| Hex | 70 | 4F | E1 | 32 | 41 | 0 | C | FE | 47 | 3C |
| Octal | 160 | 117 | 341 | 62 | 101 | 0 | 14 | 376 | 107 | 74 |
| Binary | 1110000 | 1001111 | 11100001 | 110010 | 1000001 | 0 | 1100 | 11111110 | 1000111 | 111100 |
Color Harmonies of #704FE1
Complementary color
Monochromatic Colors of #704FE1
Black with #704FE1
Text Example
Text Example
White with #704FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FE1; }
p { color: rgb(112,79,225); }
H1.HeaderClassName
{
color: #704FE1;
}
.AnyTagClassName
{
color: #704FE1;
}
</style>
background-color css
<style>
a { background-color: #704FE1; }
a { background-color: rgb(112,79,225); }
div.DivClassName
{
background-color: #704FE1;
}
.BgClassName
{
background-color: #704FE1;
}
</style>
border-color css
<style>
span { border-color: #704FE1; }
span { border-color: rgb(112,79,225); }
td.TdClassName
{
border-color: #704FE1;
}
.TagClassName
{
border-color: #704FE1;
}
</style>