#706EEB

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

Shades of Medium Slate Blue #706EEB

Tints of Medium Slate Blue #706EEB

Color information

#706EEB (or 0x706EEB) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6E and EB. RGB value is (112,110,235). Sum of RGB (Red+Green+Blue) = 112+110+235=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #706EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EEB is #8F9114. Grayscale: #7C7C7C. Windows color (decimal): -9408789 or 15429232. OLE color: 15429232.

HSL color Cylindrical-coordinate representation of color #706EEB: hue angle of 240.96º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706EEB is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112110235-
CMYK0.520.5300.08
HSL240.96º75.76%67.65%-
HSV(B)240.96º53.19%92.16%-
XYZ27.2520.5981.14-
YUV124.85190.16118.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 235 (92.19% from 255) = 51.42%
R=24.51%
G=24.07%
B=51.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121102350.520.5300.08240.9675.7667.65
Hex706EEB343508f14c44
Octal1601563536465010361114104
Binary1110000110111011101011110100110101010001111000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,235); }

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

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

 a { background-color: rgb(112,110,235); }

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

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

 span { border-color: rgb(112,110,235); }

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