Shades of Slate Blue #704ACE
Tints of Slate Blue #704ACE
RGB
CMYK
RGB Variations
Color information
#704ACE (or 0x704ACE) is known color: Slate Blue. HEX triplet: 70, 4A and CE. RGB value is (112,74,206). Sum of RGB (Red+Green+Blue) = 112+74+206=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #704ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ACE is #8FB531. Grayscale: #636363. Windows color (decimal): -9418034 or 13519472. OLE color: 13519472.
HSL color Cylindrical-coordinate representation of color #704ACE: hue angle of 257.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704ACE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 74 | 206 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.19 |
| HSL | 257.27º | 0.57% | 0.55% | - |
| HSV(B) | 257.27º | 0.64% | 0.81% | - |
| XYZ | 20.27 | 12.8 | 59.79 | - |
| YUV | 100.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 206 | 0.46 | 0.64 | 0 | 0.19 | 257.27 | 0.57 | 0.55 |
| Hex | 70 | 4A | CE | 2E | 40 | 0 | 13 | 101 | 39 | 37 |
| Octal | 160 | 112 | 316 | 56 | 100 | 0 | 23 | 401 | 71 | 67 |
| Binary | 1110000 | 1001010 | 11001110 | 101110 | 1000000 | 0 | 10011 | 100000001 | 111001 | 110111 |
Color Harmonies of #704ACE
Complementary color
Monochromatic Colors of #704ACE
Black with #704ACE
Text Example
Text Example
White with #704ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ACE; }
p { color: rgb(112,74,206); }
H1.HeaderClassName
{
color: #704ACE;
}
.AnyTagClassName
{
color: #704ACE;
}
</style>
background-color css
<style>
a { background-color: #704ACE; }
a { background-color: rgb(112,74,206); }
div.DivClassName
{
background-color: #704ACE;
}
.BgClassName
{
background-color: #704ACE;
}
</style>
border-color css
<style>
span { border-color: #704ACE; }
span { border-color: rgb(112,74,206); }
td.TdClassName
{
border-color: #704ACE;
}
.TagClassName
{
border-color: #704ACE;
}
</style>