Html Css Color HEX #7976DD Medium Slate Blue

📋 copy color: '#7976DD'

red 121 ◦ green 118 ◦ blue 221

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

Shades of Medium Slate Blue #7976DD

Tints of Medium Slate Blue #7976DD

RGB

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

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

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

R = 26.3%
G = 25.65%
B = 48.04%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7976DD (or 0x7976DD) is known color: Medium Slate Blue. HEX triplet: 79, 76 and DD. RGB value is (121,118,221). Sum of RGB (Red+Green+Blue) = 121+118+221=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #7976DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976DD is #868922. Grayscale: #828282. Windows color (decimal): -8816931 or 14513785. OLE color: 14513785.

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

Color convert

RGB 121 118 221 -
CMYK 0.45 0.47 0 0.13
HSL 241.75º 0.6% 0.66% -
HSV(B) 241.75º 0.47% 0.87% -
XYZ 27.41 22.24 71.25 -
YUV 130.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 121 118 221 0.45 0.47 0 0.13 241.75 0.6 0.66
Hex 79 76 DD 2D 2F 0 D F2 3C 42
Octal 171 166 335 55 57 0 15 362 74 102
Binary 1111001 1110110 11011101 101101 101111 0 1101 11110010 111100 1000010

Color Harmonies of #7976DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976DD

Black with #7976DD

Text Example


Text Example

White with #7976DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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