#7C79BF

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

Shades of Moody Blue #7C79BF

Tints of Moody Blue #7C79BF

Color information

#7C79BF (or 0x7C79BF) is unknown color: approx Moody Blue. HEX triplet: 7C, 79 and BF. RGB value is (124,121,191). Sum of RGB (Red+Green+Blue) = 124+121+191=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C79BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79BF is #838640. Grayscale: #818181. Windows color (decimal): -8619585 or 12548476. OLE color: 12548476.

HSL color Cylindrical-coordinate representation of color #7C79BF: hue angle of 242.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C79BF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124121191-
CMYK0.350.3700.25
HSL242.57º35.35%61.18%-
HSV(B)242.57º36.65%74.9%-
XYZ24.5521.7252.19-
YUV129.88162.49123.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 191 (75% from 255) = 43.81%
R=28.44%
G=27.75%
B=43.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241211910.350.3700.25242.5735.3561.18
Hex7C79BF2325019f3233d
Octal17417127743450313634375
Binary111110011110011011111110001110010101100111110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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