Shades of Slate Blue #704ADB
Tints of Slate Blue #704ADB
RGB
CMYK
RGB Variations
Color information
#704ADB (or 0x704ADB) is known color: Slate Blue. HEX triplet: 70, 4A and DB. RGB value is (112,74,219). Sum of RGB (Red+Green+Blue) = 112+74+219=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #704ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ADB is #8FB524. Grayscale: #656565. Windows color (decimal): -9418021 or 14371440. OLE color: 14371440.
HSL color Cylindrical-coordinate representation of color #704ADB: hue angle of 255.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704ADB is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 74 | 219 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.14 |
| HSL | 255.72º | 0.67% | 0.57% | - |
| HSV(B) | 255.72º | 0.66% | 0.86% | - |
| XYZ | 21.92 | 13.46 | 68.46 | - |
| YUV | 101.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 219 | 0.49 | 0.66 | 0 | 0.14 | 255.72 | 0.67 | 0.57 |
| Hex | 70 | 4A | DB | 31 | 42 | 0 | E | 100 | 43 | 39 |
| Octal | 160 | 112 | 333 | 61 | 102 | 0 | 16 | 400 | 103 | 71 |
| Binary | 1110000 | 1001010 | 11011011 | 110001 | 1000010 | 0 | 1110 | 100000000 | 1000011 | 111001 |
Color Harmonies of #704ADB
Complementary color
Monochromatic Colors of #704ADB
Black with #704ADB
Text Example
Text Example
White with #704ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704ADB; }
p { color: rgb(112,74,219); }
H1.HeaderClassName
{
color: #704ADB;
}
.AnyTagClassName
{
color: #704ADB;
}
</style>
background-color css
<style>
a { background-color: #704ADB; }
a { background-color: rgb(112,74,219); }
div.DivClassName
{
background-color: #704ADB;
}
.BgClassName
{
background-color: #704ADB;
}
</style>
border-color css
<style>
span { border-color: #704ADB; }
span { border-color: rgb(112,74,219); }
td.TdClassName
{
border-color: #704ADB;
}
.TagClassName
{
border-color: #704ADB;
}
</style>