Shades of Slate Blue #705BDF
Tints of Slate Blue #705BDF
RGB
CMYK
RGB Variations
Color information
#705BDF (or 0x705BDF) is known color: Slate Blue. HEX triplet: 70, 5B and DF. RGB value is (112,91,223). Sum of RGB (Red+Green+Blue) = 112+91+223=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #705BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BDF is #8FA420. Grayscale: #6F6F6F. Windows color (decimal): -9413665 or 14637936. OLE color: 14637936.
HSL color Cylindrical-coordinate representation of color #705BDF: hue angle of 249.55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705BDF is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 91 | 223 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.13 |
| HSL | 249.55º | 0.67% | 0.62% | - |
| HSV(B) | 249.55º | 0.59% | 0.87% | - |
| XYZ | 23.74 | 16.25 | 71.7 | - |
| YUV | 112.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 223 | 0.50 | 0.59 | 0 | 0.13 | 249.55 | 0.67 | 0.62 |
| Hex | 70 | 5B | DF | 32 | 3B | 0 | D | FA | 43 | 3E |
| Octal | 160 | 133 | 337 | 62 | 73 | 0 | 15 | 372 | 103 | 76 |
| Binary | 1110000 | 1011011 | 11011111 | 110010 | 111011 | 0 | 1101 | 11111010 | 1000011 | 111110 |
Color Harmonies of #705BDF
Complementary color
Monochromatic Colors of #705BDF
Black with #705BDF
Text Example
Text Example
White with #705BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BDF; }
p { color: rgb(112,91,223); }
H1.HeaderClassName
{
color: #705BDF;
}
.AnyTagClassName
{
color: #705BDF;
}
</style>
background-color css
<style>
a { background-color: #705BDF; }
a { background-color: rgb(112,91,223); }
div.DivClassName
{
background-color: #705BDF;
}
.BgClassName
{
background-color: #705BDF;
}
</style>
border-color css
<style>
span { border-color: #705BDF; }
span { border-color: rgb(112,91,223); }
td.TdClassName
{
border-color: #705BDF;
}
.TagClassName
{
border-color: #705BDF;
}
</style>