Html Css Color HEX #704EF6 Medium Slate Blue

📋 copy color: '#704EF6'

red 112 ◦ green 78 ◦ blue 246

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

Shades of Medium Slate Blue #704EF6

Tints of Medium Slate Blue #704EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 25.69%
G = 17.89%
B = 56.42%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#704EF6 (or 0x704EF6) is known color: Medium Slate Blue. HEX triplet: 70, 4E and F6. RGB value is (112,78,246). Sum of RGB (Red+Green+Blue) = 112+78+246=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #704EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EF6 is #8FB109. Grayscale: #6A6A6A. Windows color (decimal): -9416970 or 16141936. OLE color: 16141936.

HSL color Cylindrical-coordinate representation of color #704EF6: hue angle of 252.14º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704EF6 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 78 246 -
CMYK 0.54 0.68 0 0.04
HSL 252.14º 0.9% 0.64% -
HSV(B) 252.14º 0.68% 0.96% -
XYZ 26.04 15.55 88.82 -
YUV 107.32 206.26 131.34 -
System Red Green Blue C M Y K H S L
Decimal 112 78 246 0.54 0.68 0 0.04 252.14 0.9 0.64
Hex 70 4E F6 36 44 0 4 FC 5A 40
Octal 160 116 366 66 104 0 4 374 132 100
Binary 1110000 1001110 11110110 110110 1000100 0 100 11111100 1011010 1000000

Color Harmonies of #704EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EF6

Black with #704EF6

Text Example


Text Example

White with #704EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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