Html Css Color HEX #704DFF Medium Slate Blue

📋 copy color: '#704DFF'

red 112 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #704DFF

Tints of Medium Slate Blue #704DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 25.23%
G = 17.34%
B = 57.43%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#704DFF (or 0x704DFF) is known color: Medium Slate Blue. HEX triplet: 70, 4D and FF. RGB value is (112,77,255). Sum of RGB (Red+Green+Blue) = 112+77+255=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #704DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DFF is #8FB200. Grayscale: #6B6B6B. Windows color (decimal): -9417217 or 16731504. OLE color: 16731504.

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

Color convert

RGB 112 77 255 -
CMYK 0.56 0.70 0 0
HSL 251.8º 1% 0.65% -
HSV(B) 251.8º 0.7% 1% -
XYZ 27.39 15.97 96.25 -
YUV 107.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 112 77 255 0.56 0.70 0 0 251.8 1 0.65
Hex 70 4D FF 38 46 0 0 FC 64 41
Octal 160 115 377 70 106 0 0 374 144 101
Binary 1110000 1001101 11111111 111000 1000110 0 0 11111100 1100100 1000001

Color Harmonies of #704DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DFF

Black with #704DFF

Text Example


Text Example

White with #704DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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