#7C79BD

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

Shades of Moody Blue #7C79BD

Tints of Moody Blue #7C79BD

Color information

#7C79BD (or 0x7C79BD) is unknown color: approx Moody Blue. HEX triplet: 7C, 79 and BD. RGB value is (124,121,189). Sum of RGB (Red+Green+Blue) = 124+121+189=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79BD is #838642. Grayscale: #818181. Windows color (decimal): -8619587 or 12417404. OLE color: 12417404.

HSL color Cylindrical-coordinate representation of color #7C79BD: hue angle of 242.65º 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 #7C79BD is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124121189-
CMYK0.340.3600.26
HSL242.65º34%60.78%-
HSV(B)242.65º35.98%74.12%-
XYZ24.3321.6351.04-
YUV129.65161.49123.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=28.57%
G=27.88%
B=43.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241211890.340.3600.26242.653460.78
Hex7C79BD222401Af3223d
Octal17417127542440323634275
Binary111110011110011011110110001010010001101011110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C79BD; }

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

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

<style>
 a { background-color: #7C79BD; }

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

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

<style>
 span { border-color: #7C79BD; }

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

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