Shades of Slate Blue #704BDB
Tints of Slate Blue #704BDB
RGB
CMYK
RGB Variations
Color information
#704BDB (or 0x704BDB) is known color: Slate Blue. HEX triplet: 70, 4B and DB. RGB value is (112,75,219). Sum of RGB (Red+Green+Blue) = 112+75+219=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #704BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BDB is #8FB424. Grayscale: #656565. Windows color (decimal): -9417765 or 14371696. OLE color: 14371696.
HSL color Cylindrical-coordinate representation of color #704BDB: hue angle of 255.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704BDB is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 75 | 219 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.14 |
| HSL | 255.42º | 0.67% | 0.58% | - |
| HSV(B) | 255.42º | 0.66% | 0.86% | - |
| XYZ | 21.98 | 13.59 | 68.48 | - |
| YUV | 102.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 219 | 0.49 | 0.66 | 0 | 0.14 | 255.42 | 0.67 | 0.58 |
| Hex | 70 | 4B | DB | 31 | 42 | 0 | E | FF | 43 | 3A |
| Octal | 160 | 113 | 333 | 61 | 102 | 0 | 16 | 377 | 103 | 72 |
| Binary | 1110000 | 1001011 | 11011011 | 110001 | 1000010 | 0 | 1110 | 11111111 | 1000011 | 111010 |
Color Harmonies of #704BDB
Complementary color
Monochromatic Colors of #704BDB
Black with #704BDB
Text Example
Text Example
White with #704BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704BDB; }
p { color: rgb(112,75,219); }
H1.HeaderClassName
{
color: #704BDB;
}
.AnyTagClassName
{
color: #704BDB;
}
</style>
background-color css
<style>
a { background-color: #704BDB; }
a { background-color: rgb(112,75,219); }
div.DivClassName
{
background-color: #704BDB;
}
.BgClassName
{
background-color: #704BDB;
}
</style>
border-color css
<style>
span { border-color: #704BDB; }
span { border-color: rgb(112,75,219); }
td.TdClassName
{
border-color: #704BDB;
}
.TagClassName
{
border-color: #704BDB;
}
</style>