Shades of Slate Blue #704ECF
Tints of Slate Blue #704ECF
RGB
CMYK
RGB Variations
Color information
#704ECF (or 0x704ECF) is known color: Slate Blue. HEX triplet: 70, 4E and CF. RGB value is (112,78,207). Sum of RGB (Red+Green+Blue) = 112+78+207=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #704ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ECF is #8FB130. Grayscale: #666666. Windows color (decimal): -9417009 or 13586032. OLE color: 13586032.
HSL color Cylindrical-coordinate representation of color #704ECF: hue angle of 255.81º 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 #704ECF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 78 | 207 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.19 |
| HSL | 255.81º | 0.57% | 0.56% | - |
| HSV(B) | 255.81º | 0.62% | 0.81% | - |
| XYZ | 20.67 | 13.4 | 60.53 | - |
| YUV | 102.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 207 | 0.46 | 0.62 | 0 | 0.19 | 255.81 | 0.57 | 0.56 |
| Hex | 70 | 4E | CF | 2E | 3E | 0 | 13 | 100 | 39 | 38 |
| Octal | 160 | 116 | 317 | 56 | 76 | 0 | 23 | 400 | 71 | 70 |
| Binary | 1110000 | 1001110 | 11001111 | 101110 | 111110 | 0 | 10011 | 100000000 | 111001 | 111000 |
Color Harmonies of #704ECF
Complementary color
Monochromatic Colors of #704ECF
Black with #704ECF
Text Example
Text Example
White with #704ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ECF; }
p { color: rgb(112,78,207); }
H1.HeaderClassName
{
color: #704ECF;
}
.AnyTagClassName
{
color: #704ECF;
}
</style>
background-color css
<style>
a { background-color: #704ECF; }
a { background-color: rgb(112,78,207); }
div.DivClassName
{
background-color: #704ECF;
}
.BgClassName
{
background-color: #704ECF;
}
</style>
border-color css
<style>
span { border-color: #704ECF; }
span { border-color: rgb(112,78,207); }
td.TdClassName
{
border-color: #704ECF;
}
.TagClassName
{
border-color: #704ECF;
}
</style>