Shades of Medium Slate Blue #706ADC
Tints of Medium Slate Blue #706ADC
RGB
CMYK
RGB Variations
Color information
#706ADC (or 0x706ADC) is known color: Medium Slate Blue. HEX triplet: 70, 6A and DC. RGB value is (112,106,220). Sum of RGB (Red+Green+Blue) = 112+106+220=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #706ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADC is #8F9523. Grayscale: #787878. Windows color (decimal): -9409828 or 14445168. OLE color: 14445168.
HSL color Cylindrical-coordinate representation of color #706ADC: hue angle of 243.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706ADC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 106 | 220 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.14 |
| HSL | 243.16º | 0.62% | 0.64% | - |
| HSV(B) | 243.16º | 0.52% | 0.86% | - |
| XYZ | 24.75 | 18.92 | 70.06 | - |
| YUV | 120.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 220 | 0.49 | 0.52 | 0 | 0.14 | 243.16 | 0.62 | 0.64 |
| Hex | 70 | 6A | DC | 31 | 34 | 0 | E | F3 | 3E | 40 |
| Octal | 160 | 152 | 334 | 61 | 64 | 0 | 16 | 363 | 76 | 100 |
| Binary | 1110000 | 1101010 | 11011100 | 110001 | 110100 | 0 | 1110 | 11110011 | 111110 | 1000000 |
Color Harmonies of #706ADC
Complementary color
Monochromatic Colors of #706ADC
Black with #706ADC
Text Example
Text Example
White with #706ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ADC; }
p { color: rgb(112,106,220); }
H1.HeaderClassName
{
color: #706ADC;
}
.AnyTagClassName
{
color: #706ADC;
}
</style>
background-color css
<style>
a { background-color: #706ADC; }
a { background-color: rgb(112,106,220); }
div.DivClassName
{
background-color: #706ADC;
}
.BgClassName
{
background-color: #706ADC;
}
</style>
border-color css
<style>
span { border-color: #706ADC; }
span { border-color: rgb(112,106,220); }
td.TdClassName
{
border-color: #706ADC;
}
.TagClassName
{
border-color: #706ADC;
}
</style>