Shades of Slate Blue #705BD0
Tints of Slate Blue #705BD0
RGB
CMYK
RGB Variations
Color information
#705BD0 (or 0x705BD0) is known color: Slate Blue. HEX triplet: 70, 5B and D0. RGB value is (112,91,208). Sum of RGB (Red+Green+Blue) = 112+91+208=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #705BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BD0 is #8FA42F. Grayscale: #6E6E6E. Windows color (decimal): -9413680 or 13654896. OLE color: 13654896.
HSL color Cylindrical-coordinate representation of color #705BD0: hue angle of 250.77º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705BD0 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 91 | 208 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.18 |
| HSL | 250.77º | 0.55% | 0.59% | - |
| HSV(B) | 250.77º | 0.56% | 0.82% | - |
| XYZ | 21.81 | 15.48 | 61.51 | - |
| YUV | 110.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 208 | 0.46 | 0.56 | 0 | 0.18 | 250.77 | 0.55 | 0.59 |
| Hex | 70 | 5B | D0 | 2E | 38 | 0 | 12 | FB | 37 | 3B |
| Octal | 160 | 133 | 320 | 56 | 70 | 0 | 22 | 373 | 67 | 73 |
| Binary | 1110000 | 1011011 | 11010000 | 101110 | 111000 | 0 | 10010 | 11111011 | 110111 | 111011 |
Color Harmonies of #705BD0
Complementary color
Monochromatic Colors of #705BD0
Black with #705BD0
Text Example
Text Example
White with #705BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BD0; }
p { color: rgb(112,91,208); }
H1.HeaderClassName
{
color: #705BD0;
}
.AnyTagClassName
{
color: #705BD0;
}
</style>
background-color css
<style>
a { background-color: #705BD0; }
a { background-color: rgb(112,91,208); }
div.DivClassName
{
background-color: #705BD0;
}
.BgClassName
{
background-color: #705BD0;
}
</style>
border-color css
<style>
span { border-color: #705BD0; }
span { border-color: rgb(112,91,208); }
td.TdClassName
{
border-color: #705BD0;
}
.TagClassName
{
border-color: #705BD0;
}
</style>