Html Css Color HEX #7972DC Medium Slate Blue

📋 copy color: '#7972DC'

red 121 ◦ green 114 ◦ blue 220

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

Shades of Medium Slate Blue #7972DC

Tints of Medium Slate Blue #7972DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 26.59%
G = 25.05%
B = 48.35%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7972DC (or 0x7972DC) is known color: Medium Slate Blue. HEX triplet: 79, 72 and DC. RGB value is (121,114,220). Sum of RGB (Red+Green+Blue) = 121+114+220=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7972DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972DC is #868D23. Grayscale: #7F7F7F. Windows color (decimal): -8817956 or 14447225. OLE color: 14447225.

HSL color Cylindrical-coordinate representation of color #7972DC: hue angle of 243.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7972DC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 114 220 -
CMYK 0.45 0.48 0 0.14
HSL 243.96º 0.6% 0.65% -
HSV(B) 243.96º 0.48% 0.86% -
XYZ 26.82 21.27 70.4 -
YUV 128.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 121 114 220 0.45 0.48 0 0.14 243.96 0.6 0.65
Hex 79 72 DC 2D 30 0 E F4 3C 41
Octal 171 162 334 55 60 0 16 364 74 101
Binary 1111001 1110010 11011100 101101 110000 0 1110 11110100 111100 1000001

Color Harmonies of #7972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7972DC

Black with #7972DC

Text Example


Text Example

White with #7972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7972DC; }

 p { color: rgb(121,114,220); }

 H1.HeaderClassName
 {
   color: #7972DC;
 }
 .AnyTagClassName
 {
   color: #7972DC;
 }
</style>

background-color css

<style>
 a { background-color: #7972DC; }

 a { background-color: rgb(121,114,220); }

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

border-color css

<style>
 span { border-color: #7972DC; }

 span { border-color: rgb(121,114,220); }

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