Html Css Color HEX #7160E0 Medium Slate Blue

📋 copy color: '#7160E0'

red 113 ◦ green 96 ◦ blue 224

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

Shades of Medium Slate Blue #7160E0

Tints of Medium Slate Blue #7160E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 26.1%
G = 22.17%
B = 51.73%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7160E0 (or 0x7160E0) is known color: Medium Slate Blue. HEX triplet: 71, 60 and E0. RGB value is (113,96,224). Sum of RGB (Red+Green+Blue) = 113+96+224=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #7160E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160E0 is #8E9F1F. Grayscale: #737373. Windows color (decimal): -9346848 or 14704753. OLE color: 14704753.

HSL color Cylindrical-coordinate representation of color #7160E0: hue angle of 247.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7160E0 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 96 224 -
CMYK 0.50 0.57 0 0.12
HSL 247.97º 0.67% 0.63% -
HSV(B) 247.97º 0.57% 0.88% -
XYZ 24.45 17.26 72.56 -
YUV 115.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 113 96 224 0.50 0.57 0 0.12 247.97 0.67 0.63
Hex 71 60 E0 32 39 0 C F8 43 3F
Octal 161 140 340 62 71 0 14 370 103 77
Binary 1110001 1100000 11100000 110010 111001 0 1100 11111000 1000011 111111

Color Harmonies of #7160E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7160E0

Black with #7160E0

Text Example


Text Example

White with #7160E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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