Html Css Color HEX #7161E7 Medium Slate Blue

📋 copy color: '#7161E7'

red 113 ◦ green 97 ◦ blue 231

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

Shades of Medium Slate Blue #7161E7

Tints of Medium Slate Blue #7161E7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 231 (90.63% from 255) = 52.38%

R = 25.62%
G = 22%
B = 52.38%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7161E7 (or 0x7161E7) is known color: Medium Slate Blue. HEX triplet: 71, 61 and E7. RGB value is (113,97,231). Sum of RGB (Red+Green+Blue) = 113+97+231=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #7161E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7161E7 is #8E9E18. Grayscale: #747474. Windows color (decimal): -9346585 or 15163761. OLE color: 15163761.

HSL color Cylindrical-coordinate representation of color #7161E7: hue angle of 247.16º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7161E7 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 97 231 -
CMYK 0.51 0.58 0 0.09
HSL 247.16º 0.74% 0.64% -
HSV(B) 247.16º 0.58% 0.91% -
XYZ 25.51 17.83 77.7 -
YUV 117.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 113 97 231 0.51 0.58 0 0.09 247.16 0.74 0.64
Hex 71 61 E7 33 3A 0 9 F7 4A 40
Octal 161 141 347 63 72 0 11 367 112 100
Binary 1110001 1100001 11100111 110011 111010 0 1001 11110111 1001010 1000000

Color Harmonies of #7161E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7161E7

Black with #7161E7

Text Example


Text Example

White with #7161E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7161E7; }

 p { color: rgb(113,97,231); }

 H1.HeaderClassName
 {
   color: #7161E7;
 }
 .AnyTagClassName
 {
   color: #7161E7;
 }
</style>

background-color css

<style>
 a { background-color: #7161E7; }

 a { background-color: rgb(113,97,231); }

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

border-color css

<style>
 span { border-color: #7161E7; }

 span { border-color: rgb(113,97,231); }

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