Html Css Color HEX #7150EC Medium Slate Blue

📋 copy color: '#7150EC'

red 113 ◦ green 80 ◦ blue 236

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

Shades of Medium Slate Blue #7150EC

Tints of Medium Slate Blue #7150EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 26.34%
G = 18.65%
B = 55.01%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7150EC (or 0x7150EC) is known color: Medium Slate Blue. HEX triplet: 71, 50 and EC. RGB value is (113,80,236). Sum of RGB (Red+Green+Blue) = 113+80+236=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #7150EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7150EC is #8EAF13. Grayscale: #6B6B6B. Windows color (decimal): -9350932 or 15487089. OLE color: 15487089.

HSL color Cylindrical-coordinate representation of color #7150EC: hue angle of 252.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7150EC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 80 236 -
CMYK 0.52 0.66 0 0.07
HSL 252.69º 0.8% 0.62% -
HSV(B) 252.69º 0.66% 0.93% -
XYZ 24.82 15.3 81 -
YUV 107.65 200.43 131.82 -
System Red Green Blue C M Y K H S L
Decimal 113 80 236 0.52 0.66 0 0.07 252.69 0.8 0.62
Hex 71 50 EC 34 42 0 7 FD 50 3E
Octal 161 120 354 64 102 0 7 375 120 76
Binary 1110001 1010000 11101100 110100 1000010 0 111 11111101 1010000 111110

Color Harmonies of #7150EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7150EC

Black with #7150EC

Text Example


Text Example

White with #7150EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7150EC; }

 p { color: rgb(113,80,236); }

 H1.HeaderClassName
 {
   color: #7150EC;
 }
 .AnyTagClassName
 {
   color: #7150EC;
 }
</style>

background-color css

<style>
 a { background-color: #7150EC; }

 a { background-color: rgb(113,80,236); }

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

border-color css

<style>
 span { border-color: #7150EC; }

 span { border-color: rgb(113,80,236); }

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