#706DE9

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

Shades of Medium Slate Blue #706DE9

Tints of Medium Slate Blue #706DE9

Color information

#706DE9 (or 0x706DE9) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6D and E9. RGB value is (112,109,233). Sum of RGB (Red+Green+Blue) = 112+109+233=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #706DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DE9 is #8F9216. Grayscale: #7B7B7B. Windows color (decimal): -9409047 or 15297904. OLE color: 15297904.

HSL color Cylindrical-coordinate representation of color #706DE9: hue angle of 241.45º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706DE9 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112109233-
CMYK0.520.5300.09
HSL241.45º73.81%67.06%-
HSV(B)241.45º53.22%91.37%-
XYZ26.8620.2779.59-
YUV124.03189.49119.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 233 (91.41% from 255) = 51.32%
R=24.67%
G=24.01%
B=51.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1121092330.520.5300.09241.4573.8167.06
Hex706DE9343509f14a43
Octal1601553516465011361112103
Binary1110000110110111101001110100110101010011111000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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