Html Css Color HEX #7047EF Medium Slate Blue

📋 copy color: '#7047EF'

red 112 ◦ green 71 ◦ blue 239

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

Shades of Medium Slate Blue #7047EF

Tints of Medium Slate Blue #7047EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 26.54%
G = 16.82%
B = 56.64%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7047EF (or 0x7047EF) is known color: Medium Slate Blue. HEX triplet: 70, 47 and EF. RGB value is (112,71,239). Sum of RGB (Red+Green+Blue) = 112+71+239=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #7047EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7047EF is #8FB810. Grayscale: #656565. Windows color (decimal): -9418769 or 15681392. OLE color: 15681392.

HSL color Cylindrical-coordinate representation of color #7047EF: hue angle of 254.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7047EF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 71 239 -
CMYK 0.53 0.70 0 0.06
HSL 254.64º 0.84% 0.61% -
HSV(B) 254.64º 0.7% 0.94% -
XYZ 24.52 14.18 83.11 -
YUV 102.41 205.08 134.84 -
System Red Green Blue C M Y K H S L
Decimal 112 71 239 0.53 0.70 0 0.06 254.64 0.84 0.61
Hex 70 47 EF 35 46 0 6 FF 54 3D
Octal 160 107 357 65 106 0 6 377 124 75
Binary 1110000 1000111 11101111 110101 1000110 0 110 11111111 1010100 111101

Color Harmonies of #7047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047EF

Black with #7047EF

Text Example


Text Example

White with #7047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7047EF; }

 p { color: rgb(112,71,239); }

 H1.HeaderClassName
 {
   color: #7047EF;
 }
 .AnyTagClassName
 {
   color: #7047EF;
 }
</style>

background-color css

<style>
 a { background-color: #7047EF; }

 a { background-color: rgb(112,71,239); }

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

border-color css

<style>
 span { border-color: #7047EF; }

 span { border-color: rgb(112,71,239); }

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