Html Css Color HEX #7971DD Medium Slate Blue

📋 copy color: '#7971DD'

red 121 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #7971DD

Tints of Medium Slate Blue #7971DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

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

R = 26.59%
G = 24.84%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7971DD (or 0x7971DD) is known color: Medium Slate Blue. HEX triplet: 79, 71 and DD. RGB value is (121,113,221). Sum of RGB (Red+Green+Blue) = 121+113+221=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #7971DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971DD is #868E22. Grayscale: #7F7F7F. Windows color (decimal): -8818211 or 14512505. OLE color: 14512505.

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

Color convert

RGB 121 113 221 -
CMYK 0.45 0.49 0 0.13
HSL 244.44º 0.61% 0.65% -
HSV(B) 244.44º 0.49% 0.87% -
XYZ 26.84 21.1 71.06 -
YUV 127.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 121 113 221 0.45 0.49 0 0.13 244.44 0.61 0.65
Hex 79 71 DD 2D 31 0 D F4 3D 41
Octal 171 161 335 55 61 0 15 364 75 101
Binary 1111001 1110001 11011101 101101 110001 0 1101 11110100 111101 1000001

Color Harmonies of #7971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7971DD

Black with #7971DD

Text Example


Text Example

White with #7971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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