#706AE4

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

Shades of Medium Slate Blue #706AE4

Tints of Medium Slate Blue #706AE4

Color information

#706AE4 (or 0x706AE4) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6A and E4. RGB value is (112,106,228). Sum of RGB (Red+Green+Blue) = 112+106+228=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #706AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AE4 is #8F951B. Grayscale: #797979. Windows color (decimal): -9409820 or 14969456. OLE color: 14969456.

HSL color Cylindrical-coordinate representation of color #706AE4: hue angle of 242.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706AE4 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112106228-
CMYK0.510.5400.11
HSL242.95º69.32%65.49%-
HSV(B)242.95º53.51%89.41%-
XYZ25.8419.3575.77-
YUV121.7187.99121.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 228 (89.45% from 255) = 51.12%
R=25.11%
G=23.77%
B=51.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121062280.510.5400.11242.9569.3265.49
Hex706AE433360Bf34541
Octal1601523446366013363105101
Binary1110000110101011100100110011110110010111111001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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