Html Css Color HEX #7142EF Medium Slate Blue

📋 copy color: '#7142EF'

red 113 ◦ green 66 ◦ blue 239

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

Shades of Medium Slate Blue #7142EF

Tints of Medium Slate Blue #7142EF

RGB

 RED value IS 113 (44.53% from 255) = 27.03%

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 27.03%
G = 15.79%
B = 57.18%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7142EF (or 0x7142EF) is known color: Medium Slate Blue. HEX triplet: 71, 42 and EF. RGB value is (113,66,239). Sum of RGB (Red+Green+Blue) = 113+66+239=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #7142EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142EF is #8EBD10. Grayscale: #636363. Windows color (decimal): -9354513 or 15680113. OLE color: 15680113.

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

Color convert

RGB 113 66 239 -
CMYK 0.53 0.72 0 0.06
HSL 256.3º 0.84% 0.6% -
HSV(B) 256.3º 0.72% 0.94% -
XYZ 24.34 13.64 83.01 -
YUV 99.78 206.57 137.43 -
System Red Green Blue C M Y K H S L
Decimal 113 66 239 0.53 0.72 0 0.06 256.3 0.84 0.6
Hex 71 42 EF 35 48 0 6 100 54 3C
Octal 161 102 357 65 110 0 6 400 124 74
Binary 1110001 1000010 11101111 110101 1001000 0 110 100000000 1010100 111100

Color Harmonies of #7142EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142EF

Black with #7142EF

Text Example


Text Example

White with #7142EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,66,239); }

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

background-color css

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

 a { background-color: rgb(113,66,239); }

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

border-color css

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

 span { border-color: rgb(113,66,239); }

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