Shades of Slate Blue #705BDC
Tints of Slate Blue #705BDC
RGB
CMYK
RGB Variations
Color information
#705BDC (or 0x705BDC) is known color: Slate Blue. HEX triplet: 70, 5B and DC. RGB value is (112,91,220). Sum of RGB (Red+Green+Blue) = 112+91+220=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #705BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BDC is #8FA423. Grayscale: #6F6F6F. Windows color (decimal): -9413668 or 14441328. OLE color: 14441328.
HSL color Cylindrical-coordinate representation of color #705BDC: hue angle of 249.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705BDC is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 91 | 220 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.14 |
| HSL | 249.77º | 0.65% | 0.61% | - |
| HSV(B) | 249.77º | 0.59% | 0.86% | - |
| XYZ | 23.34 | 16.09 | 69.59 | - |
| YUV | 111.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 220 | 0.49 | 0.59 | 0 | 0.14 | 249.77 | 0.65 | 0.61 |
| Hex | 70 | 5B | DC | 31 | 3B | 0 | E | FA | 41 | 3D |
| Octal | 160 | 133 | 334 | 61 | 73 | 0 | 16 | 372 | 101 | 75 |
| Binary | 1110000 | 1011011 | 11011100 | 110001 | 111011 | 0 | 1110 | 11111010 | 1000001 | 111101 |
Color Harmonies of #705BDC
Complementary color
Monochromatic Colors of #705BDC
Black with #705BDC
Text Example
Text Example
White with #705BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BDC; }
p { color: rgb(112,91,220); }
H1.HeaderClassName
{
color: #705BDC;
}
.AnyTagClassName
{
color: #705BDC;
}
</style>
background-color css
<style>
a { background-color: #705BDC; }
a { background-color: rgb(112,91,220); }
div.DivClassName
{
background-color: #705BDC;
}
.BgClassName
{
background-color: #705BDC;
}
</style>
border-color css
<style>
span { border-color: #705BDC; }
span { border-color: rgb(112,91,220); }
td.TdClassName
{
border-color: #705BDC;
}
.TagClassName
{
border-color: #705BDC;
}
</style>