#7F79BA

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

Shades of Moody Blue #7F79BA

Tints of Moody Blue #7F79BA

Color information

#7F79BA (or 0x7F79BA) is unknown color: approx Moody Blue. HEX triplet: 7F, 79 and BA. RGB value is (127,121,186). Sum of RGB (Red+Green+Blue) = 127+121+186=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79BA is #808645. Grayscale: #818181. Windows color (decimal): -8422982 or 12220799. OLE color: 12220799.

HSL color Cylindrical-coordinate representation of color #7F79BA: hue angle of 245.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F79BA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127121186-
CMYK0.320.3500.27
HSL245.54º32.02%60.2%-
HSV(B)245.54º34.95%72.94%-
XYZ24.4521.7349.36-
YUV130.2159.49125.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=29.26%
G=27.88%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271211860.320.3500.27245.5432.0260.2
Hex7F79BA202301Bf6203c
Octal17717127240430333664074
Binary111111111110011011101010000010001101101111110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,121,186); }

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

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

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

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

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

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

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