Html Css Color HEX #704DFD Medium Slate Blue

📋 copy color: '#704DFD'

red 112 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #704DFD

Tints of Medium Slate Blue #704DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 25.34%
G = 17.42%
B = 57.24%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#704DFD (or 0x704DFD) is known color: Medium Slate Blue. HEX triplet: 70, 4D and FD. RGB value is (112,77,253). Sum of RGB (Red+Green+Blue) = 112+77+253=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #704DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DFD is #8FB202. Grayscale: #6A6A6A. Windows color (decimal): -9417219 or 16600432. OLE color: 16600432.

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

Color convert

RGB 112 77 253 -
CMYK 0.56 0.70 0 0.01
HSL 251.93º 0.98% 0.65% -
HSV(B) 251.93º 0.7% 0.99% -
XYZ 27.07 15.84 94.56 -
YUV 107.53 210.1 131.19 -
System Red Green Blue C M Y K H S L
Decimal 112 77 253 0.56 0.70 0 0.01 251.93 0.98 0.65
Hex 70 4D FD 38 46 0 1 FC 62 41
Octal 160 115 375 70 106 0 1 374 142 101
Binary 1110000 1001101 11111101 111000 1000110 0 1 11111100 1100010 1000001

Color Harmonies of #704DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DFD

Black with #704DFD

Text Example


Text Example

White with #704DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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