Html Css Color HEX #705DEC Medium Slate Blue

📋 copy color: '#705DEC'

red 112 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #705DEC

Tints of Medium Slate Blue #705DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 25.4%
G = 21.09%
B = 53.51%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#705DEC (or 0x705DEC) is known color: Medium Slate Blue. HEX triplet: 70, 5D and EC. RGB value is (112,93,236). Sum of RGB (Red+Green+Blue) = 112+93+236=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #705DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DEC is #8FA213. Grayscale: #727272. Windows color (decimal): -9413140 or 15490416. OLE color: 15490416.

HSL color Cylindrical-coordinate representation of color #705DEC: hue angle of 247.97º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705DEC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 93 236 -
CMYK 0.53 0.61 0 0.07
HSL 247.97º 0.79% 0.65% -
HSV(B) 247.97º 0.61% 0.93% -
XYZ 25.74 17.33 81.35 -
YUV 114.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 112 93 236 0.53 0.61 0 0.07 247.97 0.79 0.65
Hex 70 5D EC 35 3D 0 7 F8 4F 41
Octal 160 135 354 65 75 0 7 370 117 101
Binary 1110000 1011101 11101100 110101 111101 0 111 11111000 1001111 1000001

Color Harmonies of #705DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DEC

Black with #705DEC

Text Example


Text Example

White with #705DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705DEC; }

 p { color: rgb(112,93,236); }

 H1.HeaderClassName
 {
   color: #705DEC;
 }
 .AnyTagClassName
 {
   color: #705DEC;
 }
</style>

background-color css

<style>
 a { background-color: #705DEC; }

 a { background-color: rgb(112,93,236); }

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

border-color css

<style>
 span { border-color: #705DEC; }

 span { border-color: rgb(112,93,236); }

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