Html Css Color HEX #7049FE Medium Slate Blue

📋 copy color: '#7049FE'

red 112 ◦ green 73 ◦ blue 254

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

Shades of Medium Slate Blue #7049FE

Tints of Medium Slate Blue #7049FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 25.51%
G = 16.63%
B = 57.86%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7049FE (or 0x7049FE) is known color: Medium Slate Blue. HEX triplet: 70, 49 and FE. RGB value is (112,73,254). Sum of RGB (Red+Green+Blue) = 112+73+254=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #7049FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7049FE is #8FB601. Grayscale: #686868. Windows color (decimal): -9418242 or 16664944. OLE color: 16664944.

HSL color Cylindrical-coordinate representation of color #7049FE: hue angle of 252.93º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7049FE is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 73 254 -
CMYK 0.56 0.71 0 0.00
HSL 252.93º 0.99% 0.64% -
HSV(B) 252.93º 0.71% 1% -
XYZ 26.95 15.37 95.31 -
YUV 105.3 211.92 132.78 -
System Red Green Blue C M Y K H S L
Decimal 112 73 254 0.56 0.71 0 0.00 252.93 0.99 0.64
Hex 70 49 FE 38 47 0 0 FD 63 40
Octal 160 111 376 70 107 0 0 375 143 100
Binary 1110000 1001001 11111110 111000 1000111 0 0 11111101 1100011 1000000

Color Harmonies of #7049FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049FE

Black with #7049FE

Text Example


Text Example

White with #7049FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7049FE; }

 p { color: rgb(112,73,254); }

 H1.HeaderClassName
 {
   color: #7049FE;
 }
 .AnyTagClassName
 {
   color: #7049FE;
 }
</style>

background-color css

<style>
 a { background-color: #7049FE; }

 a { background-color: rgb(112,73,254); }

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

border-color css

<style>
 span { border-color: #7049FE; }

 span { border-color: rgb(112,73,254); }

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