Html Css Color HEX #704AEC Medium Slate Blue

📋 copy color: '#704AEC'

red 112 ◦ green 74 ◦ blue 236

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

Shades of Medium Slate Blue #704AEC

Tints of Medium Slate Blue #704AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 26.54%
G = 17.54%
B = 55.92%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#704AEC (or 0x704AEC) is known color: Medium Slate Blue. HEX triplet: 70, 4A and EC. RGB value is (112,74,236). Sum of RGB (Red+Green+Blue) = 112+74+236=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #704AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704AEC is #8FB513. Grayscale: #676767. Windows color (decimal): -9418004 or 15485552. OLE color: 15485552.

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

Color convert

RGB 112 74 236 -
CMYK 0.53 0.69 0 0.07
HSL 254.07º 0.81% 0.61% -
HSV(B) 254.07º 0.69% 0.93% -
XYZ 24.27 14.4 80.86 -
YUV 103.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 112 74 236 0.53 0.69 0 0.07 254.07 0.81 0.61
Hex 70 4A EC 35 45 0 7 FE 51 3D
Octal 160 112 354 65 105 0 7 376 121 75
Binary 1110000 1001010 11101100 110101 1000101 0 111 11111110 1010001 111101

Color Harmonies of #704AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AEC

Black with #704AEC

Text Example


Text Example

White with #704AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,236); }

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

background-color css

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

 a { background-color: rgb(112,74,236); }

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

border-color css

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

 span { border-color: rgb(112,74,236); }

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