#706DDA

Color #706DDA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #706DDA

Tints of Medium Slate Blue #706DDA

Color information

#706DDA (or 0x706DDA) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6D and DA. RGB value is (112,109,218). Sum of RGB (Red+Green+Blue) = 112+109+218=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #706DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDA is #8F9225. Grayscale: #797979. Windows color (decimal): -9409062 or 14314864. OLE color: 14314864.

HSL color Cylindrical-coordinate representation of color #706DDA: hue angle of 241.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706DDA is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112109218-
CMYK0.490.500.15
HSL241.65º59.56%64.12%-
HSV(B)241.65º50%85.49%-
XYZ24.8119.4468.78-
YUV122.32181.99120.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=25.51%
G=24.83%
B=49.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121092180.490.500.15241.6559.5664.12
Hex706DDA31320Ff23c40
Octal160155332616201736274100
Binary111000011011011101101011000111001001111111100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706DDA; }

 p { color: rgb(112,109,218); }

 H1.HeaderClassName
 {
   color: #706DDA;
 }
 .AnyTagClassName
 {
   color: #706DDA;
 }
</style>
background-color css

<style>
 a { background-color: #706DDA; }

 a { background-color: rgb(112,109,218); }

 div.DivClassName
 {
   background-color: #706DDA;
 }
 .BgClassName
 {
   background-color: #706DDA;
 }
</style>
border-color css

<style>
 span { border-color: #706DDA; }

 span { border-color: rgb(112,109,218); }

 td.TdClassName
 {
   border-color: #706DDA;
 }
 .TagClassName
 {
   border-color: #706DDA;
 }
</style>