#706AEE

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

Shades of Medium Slate Blue #706AEE

Tints of Medium Slate Blue #706AEE

Color information

#706AEE (or 0x706AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6A and EE. RGB value is (112,106,238). Sum of RGB (Red+Green+Blue) = 112+106+238=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #706AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AEE is #8F9511. Grayscale: #7A7A7A. Windows color (decimal): -9409810 or 15624816. OLE color: 15624816.

HSL color Cylindrical-coordinate representation of color #706AEE: hue angle of 242.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706AEE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112106238-
CMYK0.530.5500.07
HSL242.73º79.52%67.45%-
HSV(B)242.73º55.46%93.33%-
XYZ27.2719.9383.3-
YUV122.84192.99120.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 238 (93.36% from 255) = 52.19%
R=24.56%
G=23.25%
B=52.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121062380.530.5500.07242.7379.5267.45
Hex706AEE353707f35043
Octal160152356656707363120103
Binary111000011010101110111011010111011101111111001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,238); }

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

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

 a { background-color: rgb(112,106,238); }

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

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

 span { border-color: rgb(112,106,238); }

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