#7976B3

Color #7976B3 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7976B3

Tints of Moody Blue #7976B3

Color information

#7976B3 (or 0x7976B3) is unknown color: approx Moody Blue. HEX triplet: 79, 76 and B3. RGB value is (121,118,179). Sum of RGB (Red+Green+Blue) = 121+118+179=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #7976B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976B3 is #86894C. Grayscale: #7D7D7D. Windows color (decimal): -8816973 or 11761273. OLE color: 11761273.

HSL color Cylindrical-coordinate representation of color #7976B3: hue angle of 242.95º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7976B3 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB121118179-
CMYK0.320.3400.30
HSL242.95º28.64%58.24%-
HSV(B)242.95º34.08%70.2%-
XYZ22.520.2845.38-
YUV125.85157.99124.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=28.95%
G=28.23%
B=42.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211181790.320.3400.30242.9528.6458.24
Hex7976B3202201Ef31d3a
Octal17116626340420363633572
Binary11110011110110101100111000001000100111101111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7976B3;
 }
 .AnyTagClassName
 {
   color: #7976B3;
 }
</style>
background-color css

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

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

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

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

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

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