Shades of Slate Blue #705ACD
Tints of Slate Blue #705ACD
RGB
CMYK
RGB Variations
Color information
#705ACD (or 0x705ACD) is known color: Slate Blue. HEX triplet: 70, 5A and CD. RGB value is (112,90,205). Sum of RGB (Red+Green+Blue) = 112+90+205=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #705ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ACD is #8FA532. Grayscale: #6D6D6D. Windows color (decimal): -9413939 or 13458032. OLE color: 13458032.
HSL color Cylindrical-coordinate representation of color #705ACD: hue angle of 251.48º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705ACD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 90 | 205 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.20 |
| HSL | 251.48º | 0.53% | 0.58% | - |
| HSV(B) | 251.48º | 0.56% | 0.8% | - |
| XYZ | 21.36 | 15.16 | 59.56 | - |
| YUV | 109.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 205 | 0.45 | 0.56 | 0 | 0.20 | 251.48 | 0.53 | 0.58 |
| Hex | 70 | 5A | CD | 2D | 38 | 0 | 14 | FB | 35 | 3A |
| Octal | 160 | 132 | 315 | 55 | 70 | 0 | 24 | 373 | 65 | 72 |
| Binary | 1110000 | 1011010 | 11001101 | 101101 | 111000 | 0 | 10100 | 11111011 | 110101 | 111010 |
Color Harmonies of #705ACD
Complementary color
Monochromatic Colors of #705ACD
Black with #705ACD
Text Example
Text Example
White with #705ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705ACD; }
p { color: rgb(112,90,205); }
H1.HeaderClassName
{
color: #705ACD;
}
.AnyTagClassName
{
color: #705ACD;
}
</style>
background-color css
<style>
a { background-color: #705ACD; }
a { background-color: rgb(112,90,205); }
div.DivClassName
{
background-color: #705ACD;
}
.BgClassName
{
background-color: #705ACD;
}
</style>
border-color css
<style>
span { border-color: #705ACD; }
span { border-color: rgb(112,90,205); }
td.TdClassName
{
border-color: #705ACD;
}
.TagClassName
{
border-color: #705ACD;
}
</style>