Shades of Slate Blue #704DCA
Tints of Slate Blue #704DCA
RGB
CMYK
RGB Variations
Color information
#704DCA (or 0x704DCA) is known color: Slate Blue. HEX triplet: 70, 4D and CA. RGB value is (112,77,202). Sum of RGB (Red+Green+Blue) = 112+77+202=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #704DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DCA is #8FB235. Grayscale: #656565. Windows color (decimal): -9417270 or 13258096. OLE color: 13258096.
HSL color Cylindrical-coordinate representation of color #704DCA: hue angle of 256.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704DCA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 77 | 202 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.21 |
| HSL | 256.8º | 0.54% | 0.55% | - |
| HSV(B) | 256.8º | 0.62% | 0.79% | - |
| XYZ | 20 | 13.02 | 57.34 | - |
| YUV | 101.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 202 | 0.45 | 0.62 | 0 | 0.21 | 256.8 | 0.54 | 0.55 |
| Hex | 70 | 4D | CA | 2D | 3E | 0 | 15 | 101 | 36 | 37 |
| Octal | 160 | 115 | 312 | 55 | 76 | 0 | 25 | 401 | 66 | 67 |
| Binary | 1110000 | 1001101 | 11001010 | 101101 | 111110 | 0 | 10101 | 100000001 | 110110 | 110111 |
Color Harmonies of #704DCA
Complementary color
Monochromatic Colors of #704DCA
Black with #704DCA
Text Example
Text Example
White with #704DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704DCA; }
p { color: rgb(112,77,202); }
H1.HeaderClassName
{
color: #704DCA;
}
.AnyTagClassName
{
color: #704DCA;
}
</style>
background-color css
<style>
a { background-color: #704DCA; }
a { background-color: rgb(112,77,202); }
div.DivClassName
{
background-color: #704DCA;
}
.BgClassName
{
background-color: #704DCA;
}
</style>
border-color css
<style>
span { border-color: #704DCA; }
span { border-color: rgb(112,77,202); }
td.TdClassName
{
border-color: #704DCA;
}
.TagClassName
{
border-color: #704DCA;
}
</style>