#7979B8

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

Shades of Moody Blue #7979B8

Tints of Moody Blue #7979B8

Color information

#7979B8 (or 0x7979B8) is unknown color: approx Moody Blue. HEX triplet: 79, 79 and B8. RGB value is (121,121,184). Sum of RGB (Red+Green+Blue) = 121+121+184=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #7979B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979B8 is #868647. Grayscale: #7F7F7F. Windows color (decimal): -8816200 or 12089721. OLE color: 12089721.

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

Color convert

RGB121121184-
CMYK0.340.3400.28
HSL240º30.73%59.8%-
HSV(B)240º34.24%72.16%-
XYZ23.3721.248.21-
YUV128.18159.5122.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 184 (72.27% from 255) = 43.19%
R=28.40%
G=28.40%
B=43.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1211211840.340.3400.2824030.7359.8
Hex7979B8222201Cf01f3c
Octal17117127042420343603774
Binary11110011111001101110001000101000100111001111000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7979B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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