#7976BC

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

Shades of Moody Blue #7976BC

Tints of Moody Blue #7976BC

Color information

#7976BC (or 0x7976BC) is unknown color: approx Moody Blue. HEX triplet: 79, 76 and BC. RGB value is (121,118,188). Sum of RGB (Red+Green+Blue) = 121+118+188=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7976BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976BC is #868943. Grayscale: #7E7E7E. Windows color (decimal): -8816964 or 12351097. OLE color: 12351097.

HSL color Cylindrical-coordinate representation of color #7976BC: hue angle of 242.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7976BC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121118188-
CMYK0.360.3700.26
HSL242.57º34.31%60%-
HSV(B)242.57º37.23%73.73%-
XYZ23.4420.6550.33-
YUV126.88162.49123.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=28.34%
G=27.63%
B=44.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211181880.360.3700.26242.5734.3160
Hex7976BC242501Af3223c
Octal17116627444450323634274
Binary111100111101101011110010010010010101101011110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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