Html Css Color HEX #7976BA Moody Blue

📋 copy color: '#7976BA'

red 121 ◦ green 118 ◦ blue 186

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

Shades of Moody Blue #7976BA

Tints of Moody Blue #7976BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 28.47%
G = 27.76%
B = 43.76%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7976BA (or 0x7976BA) is known color: Moody Blue. HEX triplet: 79, 76 and BA. RGB value is (121,118,186). Sum of RGB (Red+Green+Blue) = 121+118+186=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #7976BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976BA is #868945. Grayscale: #7E7E7E. Windows color (decimal): -8816966 or 12220025. OLE color: 12220025.

HSL color Cylindrical-coordinate representation of color #7976BA: hue angle of 242.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7976BA is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 118 186 -
CMYK 0.35 0.37 0 0.27
HSL 242.65º 0.33% 0.6% -
HSV(B) 242.65º 0.37% 0.73% -
XYZ 23.23 20.57 49.2 -
YUV 126.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 121 118 186 0.35 0.37 0 0.27 242.65 0.33 0.6
Hex 79 76 BA 23 25 0 1B F3 21 3C
Octal 171 166 272 43 45 0 33 363 41 74
Binary 1111001 1110110 10111010 100011 100101 0 11011 11110011 100001 111100

Color Harmonies of #7976BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976BA

Black with #7976BA

Text Example


Text Example

White with #7976BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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