Html Css Color HEX #706DEF Medium Slate Blue

📋 copy color: '#706DEF'

red 112 ◦ green 109 ◦ blue 239

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

Shades of Medium Slate Blue #706DEF

Tints of Medium Slate Blue #706DEF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 24.35%
G = 23.7%
B = 51.96%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#706DEF (or 0x706DEF) is known color: Medium Slate Blue. HEX triplet: 70, 6D and EF. RGB value is (112,109,239). Sum of RGB (Red+Green+Blue) = 112+109+239=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #706DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DEF is #8F9210. Grayscale: #7C7C7C. Windows color (decimal): -9409041 or 15691120. OLE color: 15691120.

HSL color Cylindrical-coordinate representation of color #706DEF: hue angle of 241.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706DEF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 109 239 -
CMYK 0.53 0.54 0 0.06
HSL 241.38º 0.8% 0.68% -
HSV(B) 241.38º 0.54% 0.94% -
XYZ 27.73 20.61 84.18 -
YUV 124.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 112 109 239 0.53 0.54 0 0.06 241.38 0.8 0.68
Hex 70 6D EF 35 36 0 6 F1 50 44
Octal 160 155 357 65 66 0 6 361 120 104
Binary 1110000 1101101 11101111 110101 110110 0 110 11110001 1010000 1000100

Color Harmonies of #706DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DEF

Black with #706DEF

Text Example


Text Example

White with #706DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,239); }

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

background-color css

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

 a { background-color: rgb(112,109,239); }

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

border-color css

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

 span { border-color: rgb(112,109,239); }

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