#7879BD

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

Shades of Moody Blue #7879BD

Tints of Moody Blue #7879BD

Color information

#7879BD (or 0x7879BD) is unknown color: approx Moody Blue. HEX triplet: 78, 79 and BD. RGB value is (120,121,189). Sum of RGB (Red+Green+Blue) = 120+121+189=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #7879BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7879BD is #878642. Grayscale: #808080. Windows color (decimal): -8881731 or 12417400. OLE color: 12417400.

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

Color convert

RGB120121189-
CMYK0.370.3600.26
HSL239.13º34.33%60.59%-
HSV(B)239.13º36.51%74.12%-
XYZ23.7721.3451.01-
YUV128.45162.17121.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=27.91%
G=28.14%
B=43.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201211890.370.3600.26239.1334.3360.59
Hex7879BD252401Aef223d
Octal17017127545440323574275
Binary111100011110011011110110010110010001101011101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7879BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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