Html Css Color HEX #7161EF Medium Slate Blue

📋 copy color: '#7161EF'

red 113 ◦ green 97 ◦ blue 239

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

Shades of Medium Slate Blue #7161EF

Tints of Medium Slate Blue #7161EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 25.17%
G = 21.6%
B = 53.23%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7161EF (or 0x7161EF) is known color: Medium Slate Blue. HEX triplet: 71, 61 and EF. RGB value is (113,97,239). Sum of RGB (Red+Green+Blue) = 113+97+239=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #7161EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7161EF is #8E9E10. Grayscale: #757575. Windows color (decimal): -9346577 or 15688049. OLE color: 15688049.

HSL color Cylindrical-coordinate representation of color #7161EF: hue angle of 246.76º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7161EF is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 97 239 -
CMYK 0.53 0.59 0 0.06
HSL 246.76º 0.82% 0.66% -
HSV(B) 246.76º 0.59% 0.94% -
XYZ 26.66 18.29 83.79 -
YUV 117.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 113 97 239 0.53 0.59 0 0.06 246.76 0.82 0.66
Hex 71 61 EF 35 3B 0 6 F7 52 42
Octal 161 141 357 65 73 0 6 367 122 102
Binary 1110001 1100001 11101111 110101 111011 0 110 11110111 1010010 1000010

Color Harmonies of #7161EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7161EF

Black with #7161EF

Text Example


Text Example

White with #7161EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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