#7679BF

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

Shades of Moody Blue #7679BF

Tints of Moody Blue #7679BF

Color information

#7679BF (or 0x7679BF) is unknown color: approx Moody Blue. HEX triplet: 76, 79 and BF. RGB value is (118,121,191). Sum of RGB (Red+Green+Blue) = 118+121+191=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #7679BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7679BF is #898640. Grayscale: #7F7F7F. Windows color (decimal): -9012801 or 12548470. OLE color: 12548470.

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

Color convert

RGB118121191-
CMYK0.380.3700.25
HSL237.53º36.32%60.59%-
HSV(B)237.53º38.22%74.9%-
XYZ23.7121.2952.15-
YUV128.08163.51120.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 191 (75% from 255) = 44.42%
R=27.44%
G=28.14%
B=44.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181211910.380.3700.25237.5336.3260.59
Hex7679BF2625019ee243d
Octal16617127746450313564475
Binary111011011110011011111110011010010101100111101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7679BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7679BF; }

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

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

<style>
 a { background-color: #7679BF; }

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

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

<style>
 span { border-color: #7679BF; }

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

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