Shades of Slate Blue #704EDF
Tints of Slate Blue #704EDF
RGB
CMYK
RGB Variations
Color information
#704EDF (or 0x704EDF) is known color: Slate Blue. HEX triplet: 70, 4E and DF. RGB value is (112,78,223). Sum of RGB (Red+Green+Blue) = 112+78+223=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #704EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EDF is #8FB120. Grayscale: #686868. Windows color (decimal): -9416993 or 14634608. OLE color: 14634608.
HSL color Cylindrical-coordinate representation of color #704EDF: hue angle of 254.07º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704EDF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 78 | 223 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.13 |
| HSL | 254.07º | 0.69% | 0.59% | - |
| HSV(B) | 254.07º | 0.65% | 0.87% | - |
| XYZ | 22.73 | 14.22 | 71.36 | - |
| YUV | 104.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 223 | 0.50 | 0.65 | 0 | 0.13 | 254.07 | 0.69 | 0.59 |
| Hex | 70 | 4E | DF | 32 | 41 | 0 | D | FE | 45 | 3B |
| Octal | 160 | 116 | 337 | 62 | 101 | 0 | 15 | 376 | 105 | 73 |
| Binary | 1110000 | 1001110 | 11011111 | 110010 | 1000001 | 0 | 1101 | 11111110 | 1000101 | 111011 |
Color Harmonies of #704EDF
Complementary color
Monochromatic Colors of #704EDF
Black with #704EDF
Text Example
Text Example
White with #704EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EDF; }
p { color: rgb(112,78,223); }
H1.HeaderClassName
{
color: #704EDF;
}
.AnyTagClassName
{
color: #704EDF;
}
</style>
background-color css
<style>
a { background-color: #704EDF; }
a { background-color: rgb(112,78,223); }
div.DivClassName
{
background-color: #704EDF;
}
.BgClassName
{
background-color: #704EDF;
}
</style>
border-color css
<style>
span { border-color: #704EDF; }
span { border-color: rgb(112,78,223); }
td.TdClassName
{
border-color: #704EDF;
}
.TagClassName
{
border-color: #704EDF;
}
</style>