Shades of Slate Blue #705BD5
Tints of Slate Blue #705BD5
RGB
CMYK
RGB Variations
Color information
#705BD5 (or 0x705BD5) is known color: Slate Blue. HEX triplet: 70, 5B and D5. RGB value is (112,91,213). Sum of RGB (Red+Green+Blue) = 112+91+213=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #705BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BD5 is #8FA42A. Grayscale: #6E6E6E. Windows color (decimal): -9413675 or 13982576. OLE color: 13982576.
HSL color Cylindrical-coordinate representation of color #705BD5: hue angle of 250.33º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705BD5 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 91 | 213 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.16 |
| HSL | 250.33º | 0.59% | 0.6% | - |
| HSV(B) | 250.33º | 0.57% | 0.84% | - |
| XYZ | 22.43 | 15.73 | 64.8 | - |
| YUV | 111.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 213 | 0.47 | 0.57 | 0 | 0.16 | 250.33 | 0.59 | 0.6 |
| Hex | 70 | 5B | D5 | 2F | 39 | 0 | 10 | FA | 3B | 3C |
| Octal | 160 | 133 | 325 | 57 | 71 | 0 | 20 | 372 | 73 | 74 |
| Binary | 1110000 | 1011011 | 11010101 | 101111 | 111001 | 0 | 10000 | 11111010 | 111011 | 111100 |
Color Harmonies of #705BD5
Complementary color
Monochromatic Colors of #705BD5
Black with #705BD5
Text Example
Text Example
White with #705BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BD5; }
p { color: rgb(112,91,213); }
H1.HeaderClassName
{
color: #705BD5;
}
.AnyTagClassName
{
color: #705BD5;
}
</style>
background-color css
<style>
a { background-color: #705BD5; }
a { background-color: rgb(112,91,213); }
div.DivClassName
{
background-color: #705BD5;
}
.BgClassName
{
background-color: #705BD5;
}
</style>
border-color css
<style>
span { border-color: #705BD5; }
span { border-color: rgb(112,91,213); }
td.TdClassName
{
border-color: #705BD5;
}
.TagClassName
{
border-color: #705BD5;
}
</style>