Html Css Color HEX #705DF2 Medium Slate Blue

📋 copy color: '#705DF2'

red 112 ◦ green 93 ◦ blue 242

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

Shades of Medium Slate Blue #705DF2

Tints of Medium Slate Blue #705DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.14%

R = 25.06%
G = 20.81%
B = 54.14%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#705DF2 (or 0x705DF2) is known color: Medium Slate Blue. HEX triplet: 70, 5D and F2. RGB value is (112,93,242). Sum of RGB (Red+Green+Blue) = 112+93+242=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #705DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DF2 is #8FA20D. Grayscale: #737373. Windows color (decimal): -9413134 or 15883632. OLE color: 15883632.

HSL color Cylindrical-coordinate representation of color #705DF2: hue angle of 247.65º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705DF2 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 93 242 -
CMYK 0.54 0.62 0 0.05
HSL 247.65º 0.85% 0.66% -
HSV(B) 247.65º 0.62% 0.95% -
XYZ 26.62 17.68 86.01 -
YUV 115.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 112 93 242 0.54 0.62 0 0.05 247.65 0.85 0.66
Hex 70 5D F2 36 3E 0 5 F8 55 42
Octal 160 135 362 66 76 0 5 370 125 102
Binary 1110000 1011101 11110010 110110 111110 0 101 11111000 1010101 1000010

Color Harmonies of #705DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DF2

Black with #705DF2

Text Example


Text Example

White with #705DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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