Html Css Color HEX #7971EE Medium Slate Blue

📋 copy color: '#7971EE'

red 121 ◦ green 113 ◦ blue 238

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

Shades of Medium Slate Blue #7971EE

Tints of Medium Slate Blue #7971EE

RGB

 RED value IS 121 (47.66% from 255) = 25.64%

 GREEN value IS 113 (44.53% from 255) = 23.94%

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

R = 25.64%
G = 23.94%
B = 50.42%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7971EE (or 0x7971EE) is known color: Medium Slate Blue. HEX triplet: 79, 71 and EE. RGB value is (121,113,238). Sum of RGB (Red+Green+Blue) = 121+113+238=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #7971EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7971EE is #868E11. Grayscale: #818181. Windows color (decimal): -8818194 or 15626617. OLE color: 15626617.

HSL color Cylindrical-coordinate representation of color #7971EE: hue angle of 243.84º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7971EE is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 113 238 -
CMYK 0.49 0.53 0 0.07
HSL 243.84º 0.79% 0.69% -
HSV(B) 243.84º 0.53% 0.93% -
XYZ 29.22 22.05 83.6 -
YUV 129.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 121 113 238 0.49 0.53 0 0.07 243.84 0.79 0.69
Hex 79 71 EE 31 35 0 7 F4 4F 45
Octal 171 161 356 61 65 0 7 364 117 105
Binary 1111001 1110001 11101110 110001 110101 0 111 11110100 1001111 1000101

Color Harmonies of #7971EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7971EE

Black with #7971EE

Text Example


Text Example

White with #7971EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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