Html Css Color HEX #7146EF Medium Slate Blue

📋 copy color: '#7146EF'

red 113 ◦ green 70 ◦ blue 239

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

Shades of Medium Slate Blue #7146EF

Tints of Medium Slate Blue #7146EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.59%

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

R = 26.78%
G = 16.59%
B = 56.64%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7146EF (or 0x7146EF) is known color: Medium Slate Blue. HEX triplet: 71, 46 and EF. RGB value is (113,70,239). Sum of RGB (Red+Green+Blue) = 113+70+239=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 70 (27.73% from 255 or 16.59% 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 #7146EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146EF is #8EB910. Grayscale: #656565. Windows color (decimal): -9353489 or 15681137. OLE color: 15681137.

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

Color convert

RGB 113 70 239 -
CMYK 0.53 0.71 0 0.06
HSL 255.27º 0.84% 0.61% -
HSV(B) 255.27º 0.71% 0.94% -
XYZ 24.58 14.12 83.09 -
YUV 102.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 113 70 239 0.53 0.71 0 0.06 255.27 0.84 0.61
Hex 71 46 EF 35 47 0 6 FF 54 3D
Octal 161 106 357 65 107 0 6 377 124 75
Binary 1110001 1000110 11101111 110101 1000111 0 110 11111111 1010100 111101

Color Harmonies of #7146EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146EF

Black with #7146EF

Text Example


Text Example

White with #7146EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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