Html Css Color HEX #704DFC Medium Slate Blue

📋 copy color: '#704DFC'

red 112 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #704DFC

Tints of Medium Slate Blue #704DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 25.4%
G = 17.46%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#704DFC (or 0x704DFC) is known color: Medium Slate Blue. HEX triplet: 70, 4D and FC. RGB value is (112,77,252). Sum of RGB (Red+Green+Blue) = 112+77+252=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #704DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DFC is #8FB203. Grayscale: #6A6A6A. Windows color (decimal): -9417220 or 16534896. OLE color: 16534896.

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

Color convert

RGB 112 77 252 -
CMYK 0.56 0.69 0 0.01
HSL 252º 0.97% 0.65% -
HSV(B) 252º 0.69% 0.99% -
XYZ 26.91 15.78 93.72 -
YUV 107.42 209.6 131.27 -
System Red Green Blue C M Y K H S L
Decimal 112 77 252 0.56 0.69 0 0.01 252 0.97 0.65
Hex 70 4D FC 38 45 0 1 FC 61 41
Octal 160 115 374 70 105 0 1 374 141 101
Binary 1110000 1001101 11111100 111000 1000101 0 1 11111100 1100001 1000001

Color Harmonies of #704DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DFC

Black with #704DFC

Text Example


Text Example

White with #704DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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