#706EE4

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

Shades of Medium Slate Blue #706EE4

Tints of Medium Slate Blue #706EE4

Color information

#706EE4 (or 0x706EE4) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6E and E4. RGB value is (112,110,228). Sum of RGB (Red+Green+Blue) = 112+110+228=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #706EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EE4 is #8F911B. Grayscale: #7B7B7B. Windows color (decimal): -9408796 or 14970480. OLE color: 14970480.

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

Color convert

RGB112110228-
CMYK0.510.5200.11
HSL241.02º68.6%66.27%-
HSV(B)241.02º51.75%89.41%-
XYZ26.2620.275.91-
YUV124.05186.66119.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 228 (89.45% from 255) = 50.67%
R=24.89%
G=24.44%
B=50.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121102280.510.5200.11241.0268.666.27
Hex706EE433340Bf14542
Octal1601563446364013361105102
Binary1110000110111011100100110011110100010111111000110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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