Html Css Color HEX #704DEE Medium Slate Blue

📋 copy color: '#704DEE'

red 112 ◦ green 77 ◦ blue 238

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

Shades of Medium Slate Blue #704DEE

Tints of Medium Slate Blue #704DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.74%

R = 26.23%
G = 18.03%
B = 55.74%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#704DEE (or 0x704DEE) is known color: Medium Slate Blue. HEX triplet: 70, 4D and EE. RGB value is (112,77,238). Sum of RGB (Red+Green+Blue) = 112+77+238=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #704DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DEE is #8FB211. Grayscale: #696969. Windows color (decimal): -9417234 or 15617392. OLE color: 15617392.

HSL color Cylindrical-coordinate representation of color #704DEE: hue angle of 253.04º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704DEE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 77 238 -
CMYK 0.53 0.68 0 0.07
HSL 253.04º 0.83% 0.62% -
HSV(B) 253.04º 0.68% 0.93% -
XYZ 24.77 14.93 82.46 -
YUV 105.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 112 77 238 0.53 0.68 0 0.07 253.04 0.83 0.62
Hex 70 4D EE 35 44 0 7 FD 53 3E
Octal 160 115 356 65 104 0 7 375 123 76
Binary 1110000 1001101 11101110 110101 1000100 0 111 11111101 1010011 111110

Color Harmonies of #704DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DEE

Black with #704DEE

Text Example


Text Example

White with #704DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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