Html Css Color HEX #706EEA Medium Slate Blue

📋 copy color: '#706EEA'

red 112 ◦ green 110 ◦ blue 234

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

Shades of Medium Slate Blue #706EEA

Tints of Medium Slate Blue #706EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 24.56%
G = 24.12%
B = 51.32%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#706EEA (or 0x706EEA) is known color: Medium Slate Blue. HEX triplet: 70, 6E and EA. RGB value is (112,110,234). Sum of RGB (Red+Green+Blue) = 112+110+234=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #706EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EEA is #8F9115. Grayscale: #7C7C7C. Windows color (decimal): -9408790 or 15363696. OLE color: 15363696.

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

Color convert

RGB 112 110 234 -
CMYK 0.52 0.53 0 0.08
HSL 240.97º 0.75% 0.67% -
HSV(B) 240.97º 0.53% 0.92% -
XYZ 27.11 20.54 80.38 -
YUV 124.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 112 110 234 0.52 0.53 0 0.08 240.97 0.75 0.67
Hex 70 6E EA 34 35 0 8 F1 4B 43
Octal 160 156 352 64 65 0 10 361 113 103
Binary 1110000 1101110 11101010 110100 110101 0 1000 11110001 1001011 1000011

Color Harmonies of #706EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EEA

Black with #706EEA

Text Example


Text Example

White with #706EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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