Shades of Slate Blue #705BDB
Tints of Slate Blue #705BDB
RGB
CMYK
RGB Variations
Color information
#705BDB (or 0x705BDB) is known color: Slate Blue. HEX triplet: 70, 5B and DB. RGB value is (112,91,219). Sum of RGB (Red+Green+Blue) = 112+91+219=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #705BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BDB is #8FA424. Grayscale: #6F6F6F. Windows color (decimal): -9413669 or 14375792. OLE color: 14375792.
HSL color Cylindrical-coordinate representation of color #705BDB: hue angle of 249.84º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705BDB is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 91 | 219 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.14 |
| HSL | 249.84º | 0.64% | 0.61% | - |
| HSV(B) | 249.84º | 0.58% | 0.86% | - |
| XYZ | 23.21 | 16.04 | 68.89 | - |
| YUV | 111.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 219 | 0.49 | 0.58 | 0 | 0.14 | 249.84 | 0.64 | 0.61 |
| Hex | 70 | 5B | DB | 31 | 3A | 0 | E | FA | 40 | 3D |
| Octal | 160 | 133 | 333 | 61 | 72 | 0 | 16 | 372 | 100 | 75 |
| Binary | 1110000 | 1011011 | 11011011 | 110001 | 111010 | 0 | 1110 | 11111010 | 1000000 | 111101 |
Color Harmonies of #705BDB
Complementary color
Monochromatic Colors of #705BDB
Black with #705BDB
Text Example
Text Example
White with #705BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BDB; }
p { color: rgb(112,91,219); }
H1.HeaderClassName
{
color: #705BDB;
}
.AnyTagClassName
{
color: #705BDB;
}
</style>
background-color css
<style>
a { background-color: #705BDB; }
a { background-color: rgb(112,91,219); }
div.DivClassName
{
background-color: #705BDB;
}
.BgClassName
{
background-color: #705BDB;
}
</style>
border-color css
<style>
span { border-color: #705BDB; }
span { border-color: rgb(112,91,219); }
td.TdClassName
{
border-color: #705BDB;
}
.TagClassName
{
border-color: #705BDB;
}
</style>