Html Css Color HEX #704EF2 Medium Slate Blue

📋 copy color: '#704EF2'

red 112 ◦ green 78 ◦ blue 242

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

Shades of Medium Slate Blue #704EF2

Tints of Medium Slate Blue #704EF2

RGB

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

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

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

R = 25.93%
G = 18.06%
B = 56.02%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#704EF2 (or 0x704EF2) is known color: Medium Slate Blue. HEX triplet: 70, 4E and F2. RGB value is (112,78,242). Sum of RGB (Red+Green+Blue) = 112+78+242=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #704EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EF2 is #8FB10D. Grayscale: #6A6A6A. Windows color (decimal): -9416974 or 15879792. OLE color: 15879792.

HSL color Cylindrical-coordinate representation of color #704EF2: hue angle of 252.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704EF2 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 78 242 -
CMYK 0.54 0.68 0 0.05
HSL 252.44º 0.86% 0.63% -
HSV(B) 252.44º 0.68% 0.95% -
XYZ 25.43 15.3 85.62 -
YUV 106.86 204.26 131.66 -
System Red Green Blue C M Y K H S L
Decimal 112 78 242 0.54 0.68 0 0.05 252.44 0.86 0.63
Hex 70 4E F2 36 44 0 5 FC 56 3F
Octal 160 116 362 66 104 0 5 374 126 77
Binary 1110000 1001110 11110010 110110 1000100 0 101 11111100 1010110 111111

Color Harmonies of #704EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EF2

Black with #704EF2

Text Example


Text Example

White with #704EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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