Shades of Slate Blue #705FDB
Tints of Slate Blue #705FDB
RGB
CMYK
RGB Variations
Color information
#705FDB (or 0x705FDB) is known color: Slate Blue. HEX triplet: 70, 5F and DB. RGB value is (112,95,219). Sum of RGB (Red+Green+Blue) = 112+95+219=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #705FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FDB is #8FA024. Grayscale: #717171. Windows color (decimal): -9412645 or 14376816. OLE color: 14376816.
HSL color Cylindrical-coordinate representation of color #705FDB: hue angle of 248.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705FDB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 95 | 219 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.14 |
| HSL | 248.23º | 0.63% | 0.62% | - |
| HSV(B) | 248.23º | 0.57% | 0.86% | - |
| XYZ | 23.56 | 16.74 | 69.01 | - |
| YUV | 114.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 219 | 0.49 | 0.57 | 0 | 0.14 | 248.23 | 0.63 | 0.62 |
| Hex | 70 | 5F | DB | 31 | 39 | 0 | E | F8 | 3F | 3E |
| Octal | 160 | 137 | 333 | 61 | 71 | 0 | 16 | 370 | 77 | 76 |
| Binary | 1110000 | 1011111 | 11011011 | 110001 | 111001 | 0 | 1110 | 11111000 | 111111 | 111110 |
Color Harmonies of #705FDB
Complementary color
Monochromatic Colors of #705FDB
Black with #705FDB
Text Example
Text Example
White with #705FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FDB; }
p { color: rgb(112,95,219); }
H1.HeaderClassName
{
color: #705FDB;
}
.AnyTagClassName
{
color: #705FDB;
}
</style>
background-color css
<style>
a { background-color: #705FDB; }
a { background-color: rgb(112,95,219); }
div.DivClassName
{
background-color: #705FDB;
}
.BgClassName
{
background-color: #705FDB;
}
</style>
border-color css
<style>
span { border-color: #705FDB; }
span { border-color: rgb(112,95,219); }
td.TdClassName
{
border-color: #705FDB;
}
.TagClassName
{
border-color: #705FDB;
}
</style>