Html Css Color HEX #7146EB Medium Slate Blue

📋 copy color: '#7146EB'

red 113 ◦ green 70 ◦ blue 235

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

Shades of Medium Slate Blue #7146EB

Tints of Medium Slate Blue #7146EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 27.03%
G = 16.75%
B = 56.22%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7146EB (or 0x7146EB) is known color: Medium Slate Blue. HEX triplet: 71, 46 and EB. RGB value is (113,70,235). Sum of RGB (Red+Green+Blue) = 113+70+235=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #7146EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146EB is #8EB914. Grayscale: #656565. Windows color (decimal): -9353493 or 15418993. OLE color: 15418993.

HSL color Cylindrical-coordinate representation of color #7146EB: hue angle of 255.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7146EB is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 70 235 -
CMYK 0.52 0.70 0 0.08
HSL 255.64º 0.8% 0.6% -
HSV(B) 255.64º 0.7% 0.92% -
XYZ 24 13.89 80.01 -
YUV 101.67 203.25 136.08 -
System Red Green Blue C M Y K H S L
Decimal 113 70 235 0.52 0.70 0 0.08 255.64 0.8 0.6
Hex 71 46 EB 34 46 0 8 100 50 3C
Octal 161 106 353 64 106 0 10 400 120 74
Binary 1110001 1000110 11101011 110100 1000110 0 1000 100000000 1010000 111100

Color Harmonies of #7146EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146EB

Black with #7146EB

Text Example


Text Example

White with #7146EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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