Shades of Slate Blue #704ADA
Tints of Slate Blue #704ADA
RGB
CMYK
RGB Variations
Color information
#704ADA (or 0x704ADA) is known color: Slate Blue. HEX triplet: 70, 4A and DA. RGB value is (112,74,218). Sum of RGB (Red+Green+Blue) = 112+74+218=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #704ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ADA is #8FB525. Grayscale: #656565. Windows color (decimal): -9418022 or 14305904. OLE color: 14305904.
HSL color Cylindrical-coordinate representation of color #704ADA: hue angle of 255.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704ADA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 74 | 218 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.15 |
| HSL | 255.83º | 0.66% | 0.57% | - |
| HSV(B) | 255.83º | 0.66% | 0.85% | - |
| XYZ | 21.79 | 13.4 | 67.77 | - |
| YUV | 101.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 218 | 0.49 | 0.66 | 0 | 0.15 | 255.83 | 0.66 | 0.57 |
| Hex | 70 | 4A | DA | 31 | 42 | 0 | F | 100 | 42 | 39 |
| Octal | 160 | 112 | 332 | 61 | 102 | 0 | 17 | 400 | 102 | 71 |
| Binary | 1110000 | 1001010 | 11011010 | 110001 | 1000010 | 0 | 1111 | 100000000 | 1000010 | 111001 |
Color Harmonies of #704ADA
Complementary color
Monochromatic Colors of #704ADA
Black with #704ADA
Text Example
Text Example
White with #704ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ADA; }
p { color: rgb(112,74,218); }
H1.HeaderClassName
{
color: #704ADA;
}
.AnyTagClassName
{
color: #704ADA;
}
</style>
background-color css
<style>
a { background-color: #704ADA; }
a { background-color: rgb(112,74,218); }
div.DivClassName
{
background-color: #704ADA;
}
.BgClassName
{
background-color: #704ADA;
}
</style>
border-color css
<style>
span { border-color: #704ADA; }
span { border-color: rgb(112,74,218); }
td.TdClassName
{
border-color: #704ADA;
}
.TagClassName
{
border-color: #704ADA;
}
</style>