Html Css Color HEX #7160EC Medium Slate Blue

📋 copy color: '#7160EC'

red 113 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #7160EC

Tints of Medium Slate Blue #7160EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

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

R = 25.39%
G = 21.57%
B = 53.03%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7160EC (or 0x7160EC) is known color: Medium Slate Blue. HEX triplet: 71, 60 and EC. RGB value is (113,96,236). Sum of RGB (Red+Green+Blue) = 113+96+236=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #7160EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7160EC is #8E9F13. Grayscale: #747474. Windows color (decimal): -9346836 or 15491185. OLE color: 15491185.

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

Color convert

RGB 113 96 236 -
CMYK 0.52 0.59 0 0.07
HSL 247.29º 0.79% 0.65% -
HSV(B) 247.29º 0.59% 0.93% -
XYZ 26.13 17.93 81.44 -
YUV 117.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 113 96 236 0.52 0.59 0 0.07 247.29 0.79 0.65
Hex 71 60 EC 34 3B 0 7 F7 4F 41
Octal 161 140 354 64 73 0 7 367 117 101
Binary 1110001 1100000 11101100 110100 111011 0 111 11110111 1001111 1000001

Color Harmonies of #7160EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7160EC

Black with #7160EC

Text Example


Text Example

White with #7160EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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