Shades of Slate Blue #705CDB
Tints of Slate Blue #705CDB
RGB
CMYK
RGB Variations
Color information
#705CDB (or 0x705CDB) is known color: Slate Blue. HEX triplet: 70, 5C and DB. RGB value is (112,92,219). Sum of RGB (Red+Green+Blue) = 112+92+219=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #705CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CDB is #8FA324. Grayscale: #6F6F6F. Windows color (decimal): -9413413 or 14376048. OLE color: 14376048.
HSL color Cylindrical-coordinate representation of color #705CDB: hue angle of 249.45º 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 #705CDB is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 92 | 219 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.14 |
| HSL | 249.45º | 0.64% | 0.61% | - |
| HSV(B) | 249.45º | 0.58% | 0.86% | - |
| XYZ | 23.3 | 16.21 | 68.92 | - |
| YUV | 112.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 219 | 0.49 | 0.58 | 0 | 0.14 | 249.45 | 0.64 | 0.61 |
| Hex | 70 | 5C | DB | 31 | 3A | 0 | E | F9 | 40 | 3D |
| Octal | 160 | 134 | 333 | 61 | 72 | 0 | 16 | 371 | 100 | 75 |
| Binary | 1110000 | 1011100 | 11011011 | 110001 | 111010 | 0 | 1110 | 11111001 | 1000000 | 111101 |
Color Harmonies of #705CDB
Complementary color
Monochromatic Colors of #705CDB
Black with #705CDB
Text Example
Text Example
White with #705CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CDB; }
p { color: rgb(112,92,219); }
H1.HeaderClassName
{
color: #705CDB;
}
.AnyTagClassName
{
color: #705CDB;
}
</style>
background-color css
<style>
a { background-color: #705CDB; }
a { background-color: rgb(112,92,219); }
div.DivClassName
{
background-color: #705CDB;
}
.BgClassName
{
background-color: #705CDB;
}
</style>
border-color css
<style>
span { border-color: #705CDB; }
span { border-color: rgb(112,92,219); }
td.TdClassName
{
border-color: #705CDB;
}
.TagClassName
{
border-color: #705CDB;
}
</style>