#7979BD

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

Shades of Moody Blue #7979BD

Tints of Moody Blue #7979BD

Color information

#7979BD (or 0x7979BD) is unknown color: approx Moody Blue. HEX triplet: 79, 79 and BD. RGB value is (121,121,189). Sum of RGB (Red+Green+Blue) = 121+121+189=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7979BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979BD is #868642. Grayscale: #808080. Windows color (decimal): -8816195 or 12417401. OLE color: 12417401.

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

Color convert

RGB121121189-
CMYK0.360.3600.26
HSL240º34%60.78%-
HSV(B)240º35.98%74.12%-
XYZ23.9121.4151.02-
YUV128.75162122.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=28.07%
G=28.07%
B=43.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211211890.360.3600.262403460.78
Hex7979BD242401Af0223d
Octal17117127544440323604275
Binary111100111110011011110110010010010001101011110000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7979BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7979BD; }

 p { color: rgb(121,121,189); }

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

<style>
 a { background-color: #7979BD; }

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

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

<style>
 span { border-color: #7979BD; }

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

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