Shades of Slate Blue #704CE0
Tints of Slate Blue #704CE0
RGB
CMYK
RGB Variations
Color information
#704CE0 (or 0x704CE0) is known color: Slate Blue. HEX triplet: 70, 4C and E0. RGB value is (112,76,224). Sum of RGB (Red+Green+Blue) = 112+76+224=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #704CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CE0 is #8FB31F. Grayscale: #676767. Windows color (decimal): -9417504 or 14699632. OLE color: 14699632.
HSL color Cylindrical-coordinate representation of color #704CE0: hue angle of 254.59º degrees, saturation: 0.7, 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 #704CE0 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 76 | 224 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.12 |
| HSL | 254.59º | 0.7% | 0.59% | - |
| HSV(B) | 254.59º | 0.66% | 0.88% | - |
| XYZ | 22.72 | 14 | 72.02 | - |
| YUV | 103.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 224 | 0.50 | 0.66 | 0 | 0.12 | 254.59 | 0.7 | 0.59 |
| Hex | 70 | 4C | E0 | 32 | 42 | 0 | C | FF | 46 | 3B |
| Octal | 160 | 114 | 340 | 62 | 102 | 0 | 14 | 377 | 106 | 73 |
| Binary | 1110000 | 1001100 | 11100000 | 110010 | 1000010 | 0 | 1100 | 11111111 | 1000110 | 111011 |
Color Harmonies of #704CE0
Complementary color
Monochromatic Colors of #704CE0
Black with #704CE0
Text Example
Text Example
White with #704CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CE0; }
p { color: rgb(112,76,224); }
H1.HeaderClassName
{
color: #704CE0;
}
.AnyTagClassName
{
color: #704CE0;
}
</style>
background-color css
<style>
a { background-color: #704CE0; }
a { background-color: rgb(112,76,224); }
div.DivClassName
{
background-color: #704CE0;
}
.BgClassName
{
background-color: #704CE0;
}
</style>
border-color css
<style>
span { border-color: #704CE0; }
span { border-color: rgb(112,76,224); }
td.TdClassName
{
border-color: #704CE0;
}
.TagClassName
{
border-color: #704CE0;
}
</style>