Html Css Color HEX #7160EE Medium Slate Blue

📋 copy color: '#7160EE'

red 113 ◦ green 96 ◦ blue 238

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

Shades of Medium Slate Blue #7160EE

Tints of Medium Slate Blue #7160EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 25.28%
G = 21.48%
B = 53.24%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7160EE (or 0x7160EE) is known color: Medium Slate Blue. HEX triplet: 71, 60 and EE. RGB value is (113,96,238). Sum of RGB (Red+Green+Blue) = 113+96+238=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #7160EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7160EE is #8E9F11. Grayscale: #747474. Windows color (decimal): -9346834 or 15622257. OLE color: 15622257.

HSL color Cylindrical-coordinate representation of color #7160EE: hue angle of 247.18º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7160EE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 96 238 -
CMYK 0.53 0.60 0 0.07
HSL 247.18º 0.81% 0.65% -
HSV(B) 247.18º 0.6% 0.93% -
XYZ 26.43 18.05 82.98 -
YUV 117.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 113 96 238 0.53 0.60 0 0.07 247.18 0.81 0.65
Hex 71 60 EE 35 3C 0 7 F7 51 41
Octal 161 140 356 65 74 0 7 367 121 101
Binary 1110001 1100000 11101110 110101 111100 0 111 11110111 1010001 1000001

Color Harmonies of #7160EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7160EE

Black with #7160EE

Text Example


Text Example

White with #7160EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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