Html Css Color HEX #7977DE Medium Slate Blue

📋 copy color: '#7977DE'

red 121 ◦ green 119 ◦ blue 222

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

Shades of Medium Slate Blue #7977DE

Tints of Medium Slate Blue #7977DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 26.19%
G = 25.76%
B = 48.05%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7977DE (or 0x7977DE) is known color: Medium Slate Blue. HEX triplet: 79, 77 and DE. RGB value is (121,119,222). Sum of RGB (Red+Green+Blue) = 121+119+222=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #7977DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977DE is #868821. Grayscale: #828282. Windows color (decimal): -8816674 or 14579577. OLE color: 14579577.

HSL color Cylindrical-coordinate representation of color #7977DE: hue angle of 241.17º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7977DE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 119 222 -
CMYK 0.45 0.46 0 0.13
HSL 241.17º 0.61% 0.67% -
HSV(B) 241.17º 0.46% 0.87% -
XYZ 27.67 22.53 72 -
YUV 131.34 179.16 120.62 -
System Red Green Blue C M Y K H S L
Decimal 121 119 222 0.45 0.46 0 0.13 241.17 0.61 0.67
Hex 79 77 DE 2D 2E 0 D F1 3D 43
Octal 171 167 336 55 56 0 15 361 75 103
Binary 1111001 1110111 11011110 101101 101110 0 1101 11110001 111101 1000011

Color Harmonies of #7977DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977DE

Black with #7977DE

Text Example


Text Example

White with #7977DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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