Shades of Slate Blue #704ACF
Tints of Slate Blue #704ACF
RGB
CMYK
RGB Variations
Color information
#704ACF (or 0x704ACF) is known color: Slate Blue. HEX triplet: 70, 4A and CF. RGB value is (112,74,207). Sum of RGB (Red+Green+Blue) = 112+74+207=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #704ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ACF is #8FB530. Grayscale: #646464. Windows color (decimal): -9418033 or 13585008. OLE color: 13585008.
HSL color Cylindrical-coordinate representation of color #704ACF: hue angle of 257.14º degrees, saturation: 0.58, 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 #704ACF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 74 | 207 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.19 |
| HSL | 257.14º | 0.58% | 0.55% | - |
| HSV(B) | 257.14º | 0.64% | 0.81% | - |
| XYZ | 20.39 | 12.85 | 60.44 | - |
| YUV | 100.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 207 | 0.46 | 0.64 | 0 | 0.19 | 257.14 | 0.58 | 0.55 |
| Hex | 70 | 4A | CF | 2E | 40 | 0 | 13 | 101 | 3A | 37 |
| Octal | 160 | 112 | 317 | 56 | 100 | 0 | 23 | 401 | 72 | 67 |
| Binary | 1110000 | 1001010 | 11001111 | 101110 | 1000000 | 0 | 10011 | 100000001 | 111010 | 110111 |
Color Harmonies of #704ACF
Complementary color
Monochromatic Colors of #704ACF
Black with #704ACF
Text Example
Text Example
White with #704ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ACF; }
p { color: rgb(112,74,207); }
H1.HeaderClassName
{
color: #704ACF;
}
.AnyTagClassName
{
color: #704ACF;
}
</style>
background-color css
<style>
a { background-color: #704ACF; }
a { background-color: rgb(112,74,207); }
div.DivClassName
{
background-color: #704ACF;
}
.BgClassName
{
background-color: #704ACF;
}
</style>
border-color css
<style>
span { border-color: #704ACF; }
span { border-color: rgb(112,74,207); }
td.TdClassName
{
border-color: #704ACF;
}
.TagClassName
{
border-color: #704ACF;
}
</style>