Html Css Color HEX #7977E0 Medium Slate Blue

📋 copy color: '#7977E0'

red 121 ◦ green 119 ◦ blue 224

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

Shades of Medium Slate Blue #7977E0

Tints of Medium Slate Blue #7977E0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

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

R = 26.08%
G = 25.65%
B = 48.28%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7977E0 (or 0x7977E0) is known color: Medium Slate Blue. HEX triplet: 79, 77 and E0. RGB value is (121,119,224). Sum of RGB (Red+Green+Blue) = 121+119+224=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #7977E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977E0 is #86881F. Grayscale: #838383. Windows color (decimal): -8816672 or 14710649. OLE color: 14710649.

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

Color convert

RGB 121 119 224 -
CMYK 0.46 0.47 0 0.12
HSL 241.14º 0.63% 0.67% -
HSV(B) 241.14º 0.47% 0.88% -
XYZ 27.94 22.64 73.42 -
YUV 131.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 121 119 224 0.46 0.47 0 0.12 241.14 0.63 0.67
Hex 79 77 E0 2E 2F 0 C F1 3F 43
Octal 171 167 340 56 57 0 14 361 77 103
Binary 1111001 1110111 11100000 101110 101111 0 1100 11110001 111111 1000011

Color Harmonies of #7977E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977E0

Black with #7977E0

Text Example


Text Example

White with #7977E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,119,224); }

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

background-color css

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

 a { background-color: rgb(121,119,224); }

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

border-color css

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

 span { border-color: rgb(121,119,224); }

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