Html Css Color HEX #705EF7 Medium Slate Blue

📋 copy color: '#705EF7'

red 112 ◦ green 94 ◦ blue 247

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

Shades of Medium Slate Blue #705EF7

Tints of Medium Slate Blue #705EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.75%

 BLUE value IS 247 (96.88% from 255) = 54.53%

R = 24.72%
G = 20.75%
B = 54.53%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#705EF7 (or 0x705EF7) is known color: Medium Slate Blue. HEX triplet: 70, 5E and F7. RGB value is (112,94,247). Sum of RGB (Red+Green+Blue) = 112+94+247=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #705EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705EF7 is #8FA108. Grayscale: #747474. Windows color (decimal): -9412873 or 16211568. OLE color: 16211568.

HSL color Cylindrical-coordinate representation of color #705EF7: hue angle of 247.06º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705EF7 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 94 247 -
CMYK 0.55 0.62 0 0.03
HSL 247.06º 0.91% 0.67% -
HSV(B) 247.06º 0.62% 0.97% -
XYZ 27.47 18.17 90.05 -
YUV 116.82 201.46 124.56 -
System Red Green Blue C M Y K H S L
Decimal 112 94 247 0.55 0.62 0 0.03 247.06 0.91 0.67
Hex 70 5E F7 37 3E 0 3 F7 5B 43
Octal 160 136 367 67 76 0 3 367 133 103
Binary 1110000 1011110 11110111 110111 111110 0 11 11110111 1011011 1000011

Color Harmonies of #705EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EF7

Black with #705EF7

Text Example


Text Example

White with #705EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,247); }

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

background-color css

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

 a { background-color: rgb(112,94,247); }

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

border-color css

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

 span { border-color: rgb(112,94,247); }

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