Html Css Color HEX #7972DD Medium Slate Blue

📋 copy color: '#7972DD'

red 121 ◦ green 114 ◦ blue 221

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

Shades of Medium Slate Blue #7972DD

Tints of Medium Slate Blue #7972DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 26.54%
G = 25%
B = 48.46%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7972DD (or 0x7972DD) is known color: Medium Slate Blue. HEX triplet: 79, 72 and DD. RGB value is (121,114,221). Sum of RGB (Red+Green+Blue) = 121+114+221=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7972DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972DD is #868D22. Grayscale: #7F7F7F. Windows color (decimal): -8817955 or 14512761. OLE color: 14512761.

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

Color convert

RGB 121 114 221 -
CMYK 0.45 0.48 0 0.13
HSL 243.93º 0.61% 0.66% -
HSV(B) 243.93º 0.48% 0.87% -
XYZ 26.95 21.32 71.1 -
YUV 128.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 121 114 221 0.45 0.48 0 0.13 243.93 0.61 0.66
Hex 79 72 DD 2D 30 0 D F4 3D 42
Octal 171 162 335 55 60 0 15 364 75 102
Binary 1111001 1110010 11011101 101101 110000 0 1101 11110100 111101 1000010

Color Harmonies of #7972DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7972DD

Black with #7972DD

Text Example


Text Example

White with #7972DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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