Shades of Slate Blue #704CE1
Tints of Slate Blue #704CE1
RGB
CMYK
RGB Variations
Color information
#704CE1 (or 0x704CE1) is known color: Slate Blue. HEX triplet: 70, 4C and E1. RGB value is (112,76,225). Sum of RGB (Red+Green+Blue) = 112+76+225=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #704CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CE1 is #8FB31E. Grayscale: #676767. Windows color (decimal): -9417503 or 14765168. OLE color: 14765168.
HSL color Cylindrical-coordinate representation of color #704CE1: hue angle of 254.5º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704CE1 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 76 | 225 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.12 |
| HSL | 254.5º | 0.71% | 0.59% | - |
| HSV(B) | 254.5º | 0.66% | 0.88% | - |
| XYZ | 22.86 | 14.05 | 72.74 | - |
| YUV | 103.75 | 196.43 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 225 | 0.50 | 0.66 | 0 | 0.12 | 254.5 | 0.71 | 0.59 |
| Hex | 70 | 4C | E1 | 32 | 42 | 0 | C | FE | 47 | 3B |
| Octal | 160 | 114 | 341 | 62 | 102 | 0 | 14 | 376 | 107 | 73 |
| Binary | 1110000 | 1001100 | 11100001 | 110010 | 1000010 | 0 | 1100 | 11111110 | 1000111 | 111011 |
Color Harmonies of #704CE1
Complementary color
Monochromatic Colors of #704CE1
Black with #704CE1
Text Example
Text Example
White with #704CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CE1; }
p { color: rgb(112,76,225); }
H1.HeaderClassName
{
color: #704CE1;
}
.AnyTagClassName
{
color: #704CE1;
}
</style>
background-color css
<style>
a { background-color: #704CE1; }
a { background-color: rgb(112,76,225); }
div.DivClassName
{
background-color: #704CE1;
}
.BgClassName
{
background-color: #704CE1;
}
</style>
border-color css
<style>
span { border-color: #704CE1; }
span { border-color: rgb(112,76,225); }
td.TdClassName
{
border-color: #704CE1;
}
.TagClassName
{
border-color: #704CE1;
}
</style>