Html Css Color HEX #7976EA Medium Slate Blue

📋 copy color: '#7976EA'

red 121 ◦ green 118 ◦ blue 234

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

Shades of Medium Slate Blue #7976EA

Tints of Medium Slate Blue #7976EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 25.58%
G = 24.95%
B = 49.47%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7976EA (or 0x7976EA) is known color: Medium Slate Blue. HEX triplet: 79, 76 and EA. RGB value is (121,118,234). Sum of RGB (Red+Green+Blue) = 121+118+234=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #7976EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7976EA is #868915. Grayscale: #838383. Windows color (decimal): -8816918 or 15365753. OLE color: 15365753.

HSL color Cylindrical-coordinate representation of color #7976EA: hue angle of 241.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7976EA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 118 234 -
CMYK 0.48 0.50 0 0.08
HSL 241.55º 0.73% 0.69% -
HSV(B) 241.55º 0.5% 0.92% -
XYZ 29.21 22.96 80.73 -
YUV 132.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 121 118 234 0.48 0.50 0 0.08 241.55 0.73 0.69
Hex 79 76 EA 30 32 0 8 F2 49 45
Octal 171 166 352 60 62 0 10 362 111 105
Binary 1111001 1110110 11101010 110000 110010 0 1000 11110010 1001001 1000101

Color Harmonies of #7976EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976EA

Black with #7976EA

Text Example


Text Example

White with #7976EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7976EA; }

 p { color: rgb(121,118,234); }

 H1.HeaderClassName
 {
   color: #7976EA;
 }
 .AnyTagClassName
 {
   color: #7976EA;
 }
</style>

background-color css

<style>
 a { background-color: #7976EA; }

 a { background-color: rgb(121,118,234); }

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

border-color css

<style>
 span { border-color: #7976EA; }

 span { border-color: rgb(121,118,234); }

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