Shades of Slate Blue #704ECC
Tints of Slate Blue #704ECC
RGB
CMYK
RGB Variations
Color information
#704ECC (or 0x704ECC) is known color: Slate Blue. HEX triplet: 70, 4E and CC. RGB value is (112,78,204). Sum of RGB (Red+Green+Blue) = 112+78+204=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #704ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ECC is #8FB133. Grayscale: #666666. Windows color (decimal): -9417012 or 13389424. OLE color: 13389424.
HSL color Cylindrical-coordinate representation of color #704ECC: hue angle of 256.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704ECC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 78 | 204 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.2 |
| HSL | 256.19º | 0.55% | 0.55% | - |
| HSV(B) | 256.19º | 0.62% | 0.8% | - |
| XYZ | 20.31 | 13.25 | 58.61 | - |
| YUV | 102.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 204 | 0.45 | 0.62 | 0 | 0.2 | 256.19 | 0.55 | 0.55 |
| Hex | 70 | 4E | CC | 2D | 3E | 0 | 14 | 100 | 37 | 37 |
| Octal | 160 | 116 | 314 | 55 | 76 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1110000 | 1001110 | 11001100 | 101101 | 111110 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #704ECC
Complementary color
Monochromatic Colors of #704ECC
Black with #704ECC
Text Example
Text Example
White with #704ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ECC; }
p { color: rgb(112,78,204); }
H1.HeaderClassName
{
color: #704ECC;
}
.AnyTagClassName
{
color: #704ECC;
}
</style>
background-color css
<style>
a { background-color: #704ECC; }
a { background-color: rgb(112,78,204); }
div.DivClassName
{
background-color: #704ECC;
}
.BgClassName
{
background-color: #704ECC;
}
</style>
border-color css
<style>
span { border-color: #704ECC; }
span { border-color: rgb(112,78,204); }
td.TdClassName
{
border-color: #704ECC;
}
.TagClassName
{
border-color: #704ECC;
}
</style>