Html Css Color HEX #706EE8 Medium Slate Blue

📋 copy color: '#706EE8'

red 112 ◦ green 110 ◦ blue 232

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

Shades of Medium Slate Blue #706EE8

Tints of Medium Slate Blue #706EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

 BLUE value IS 232 (91.02% from 255) = 51.1%

R = 24.67%
G = 24.23%
B = 51.1%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#706EE8 (or 0x706EE8) is known color: Medium Slate Blue. HEX triplet: 70, 6E and E8. RGB value is (112,110,232). Sum of RGB (Red+Green+Blue) = 112+110+232=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #706EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EE8 is #8F9117. Grayscale: #7C7C7C. Windows color (decimal): -9408792 or 15232624. OLE color: 15232624.

HSL color Cylindrical-coordinate representation of color #706EE8: hue angle of 240.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706EE8 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 110 232 -
CMYK 0.52 0.53 0 0.09
HSL 240.98º 0.73% 0.67% -
HSV(B) 240.98º 0.53% 0.91% -
XYZ 26.82 20.42 78.87 -
YUV 124.51 188.66 119.08 -
System Red Green Blue C M Y K H S L
Decimal 112 110 232 0.52 0.53 0 0.09 240.98 0.73 0.67
Hex 70 6E E8 34 35 0 9 F1 49 43
Octal 160 156 350 64 65 0 11 361 111 103
Binary 1110000 1101110 11101000 110100 110101 0 1001 11110001 1001001 1000011

Color Harmonies of #706EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EE8

Black with #706EE8

Text Example


Text Example

White with #706EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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