Html Css Color HEX #706FE0 Medium Slate Blue

📋 copy color: '#706FE0'

red 112 ◦ green 111 ◦ blue 224

#706FE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #706FE0

Tints of Medium Slate Blue #706FE0

RGB

 RED value IS 112 (44.14% from 255) = 25.06%

 GREEN value IS 111 (43.75% from 255) = 24.83%

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 25.06%
G = 24.83%
B = 50.11%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#706FE0 (or 0x706FE0) is known color: Medium Slate Blue. HEX triplet: 70, 6F and E0. RGB value is (112,111,224). Sum of RGB (Red+Green+Blue) = 112+111+224=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #706FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FE0 is #8F901F. Grayscale: #7B7B7B. Windows color (decimal): -9408544 or 14708592. OLE color: 14708592.

HSL color Cylindrical-coordinate representation of color #706FE0: hue angle of 240.53º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706FE0 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 111 224 -
CMYK 0.50 0.50 0 0.12
HSL 240.53º 0.65% 0.66% -
HSV(B) 240.53º 0.5% 0.88% -
XYZ 25.82 20.2 73.06 -
YUV 124.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 112 111 224 0.50 0.50 0 0.12 240.53 0.65 0.66
Hex 70 6F E0 32 32 0 C F1 41 42
Octal 160 157 340 62 62 0 14 361 101 102
Binary 1110000 1101111 11100000 110010 110010 0 1100 11110001 1000001 1000010

Color Harmonies of #706FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FE0

Black with #706FE0

Text Example


Text Example

White with #706FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,224); }

 H1.HeaderClassName
 {
   color: #706FE0;
 }
 .AnyTagClassName
 {
   color: #706FE0;
 }
</style>

background-color css

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

 a { background-color: rgb(112,111,224); }

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

border-color css

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

 span { border-color: rgb(112,111,224); }

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