Shades of Slate Blue #704ECE
Tints of Slate Blue #704ECE
RGB
CMYK
RGB Variations
Color information
#704ECE (or 0x704ECE) is known color: Slate Blue. HEX triplet: 70, 4E and CE. RGB value is (112,78,206). Sum of RGB (Red+Green+Blue) = 112+78+206=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #704ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ECE is #8FB131. Grayscale: #666666. Windows color (decimal): -9417010 or 13520496. OLE color: 13520496.
HSL color Cylindrical-coordinate representation of color #704ECE: hue angle of 255.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704ECE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 78 | 206 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.19 |
| HSL | 255.94º | 0.57% | 0.56% | - |
| HSV(B) | 255.94º | 0.62% | 0.81% | - |
| XYZ | 20.55 | 13.35 | 59.89 | - |
| YUV | 102.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 206 | 0.46 | 0.62 | 0 | 0.19 | 255.94 | 0.57 | 0.56 |
| Hex | 70 | 4E | CE | 2E | 3E | 0 | 13 | 100 | 39 | 38 |
| Octal | 160 | 116 | 316 | 56 | 76 | 0 | 23 | 400 | 71 | 70 |
| Binary | 1110000 | 1001110 | 11001110 | 101110 | 111110 | 0 | 10011 | 100000000 | 111001 | 111000 |
Color Harmonies of #704ECE
Complementary color
Monochromatic Colors of #704ECE
Black with #704ECE
Text Example
Text Example
White with #704ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ECE; }
p { color: rgb(112,78,206); }
H1.HeaderClassName
{
color: #704ECE;
}
.AnyTagClassName
{
color: #704ECE;
}
</style>
background-color css
<style>
a { background-color: #704ECE; }
a { background-color: rgb(112,78,206); }
div.DivClassName
{
background-color: #704ECE;
}
.BgClassName
{
background-color: #704ECE;
}
</style>
border-color css
<style>
span { border-color: #704ECE; }
span { border-color: rgb(112,78,206); }
td.TdClassName
{
border-color: #704ECE;
}
.TagClassName
{
border-color: #704ECE;
}
</style>