Html Css Color HEX #704EF7 Medium Slate Blue

📋 copy color: '#704EF7'

red 112 ◦ green 78 ◦ blue 247

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

Shades of Medium Slate Blue #704EF7

Tints of Medium Slate Blue #704EF7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.85%

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

R = 25.63%
G = 17.85%
B = 56.52%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#704EF7 (or 0x704EF7) is known color: Medium Slate Blue. HEX triplet: 70, 4E and F7. RGB value is (112,78,247). Sum of RGB (Red+Green+Blue) = 112+78+247=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #704EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EF7 is #8FB108. Grayscale: #6A6A6A. Windows color (decimal): -9416969 or 16207472. OLE color: 16207472.

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

Color convert

RGB 112 78 247 -
CMYK 0.55 0.68 0 0.03
HSL 252.07º 0.91% 0.64% -
HSV(B) 252.07º 0.68% 0.97% -
XYZ 26.19 15.61 89.63 -
YUV 107.43 206.76 131.26 -
System Red Green Blue C M Y K H S L
Decimal 112 78 247 0.55 0.68 0 0.03 252.07 0.91 0.64
Hex 70 4E F7 37 44 0 3 FC 5B 40
Octal 160 116 367 67 104 0 3 374 133 100
Binary 1110000 1001110 11110111 110111 1000100 0 11 11111100 1011011 1000000

Color Harmonies of #704EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EF7

Black with #704EF7

Text Example


Text Example

White with #704EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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