Html Css Color HEX #704DFE Medium Slate Blue

📋 copy color: '#704DFE'

red 112 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #704DFE

Tints of Medium Slate Blue #704DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.38%

 BLUE value IS 254 (99.61% from 255) = 57.34%

R = 25.28%
G = 17.38%
B = 57.34%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#704DFE (or 0x704DFE) is known color: Medium Slate Blue. HEX triplet: 70, 4D and FE. RGB value is (112,77,254). Sum of RGB (Red+Green+Blue) = 112+77+254=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #704DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DFE is #8FB201. Grayscale: #6A6A6A. Windows color (decimal): -9417218 or 16665968. OLE color: 16665968.

HSL color Cylindrical-coordinate representation of color #704DFE: hue angle of 251.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704DFE is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 77 254 -
CMYK 0.56 0.70 0 0.00
HSL 251.86º 0.99% 0.65% -
HSV(B) 251.86º 0.7% 1% -
XYZ 27.23 15.91 95.4 -
YUV 107.64 210.6 131.11 -
System Red Green Blue C M Y K H S L
Decimal 112 77 254 0.56 0.70 0 0.00 251.86 0.99 0.65
Hex 70 4D FE 38 46 0 0 FC 63 41
Octal 160 115 376 70 106 0 0 374 143 101
Binary 1110000 1001101 11111110 111000 1000110 0 0 11111100 1100011 1000001

Color Harmonies of #704DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DFE

Black with #704DFE

Text Example


Text Example

White with #704DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,254); }

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

background-color css

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

 a { background-color: rgb(112,77,254); }

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

border-color css

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

 span { border-color: rgb(112,77,254); }

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