#8079BA

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

Shades of Moody Blue #8079BA

Tints of Moody Blue #8079BA

Color information

#8079BA (or 0x8079BA) is unknown color: approx Moody Blue. HEX triplet: 80, 79 and BA. RGB value is (128,121,186). Sum of RGB (Red+Green+Blue) = 128+121+186=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8079BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079BA is #7F8645. Grayscale: #828282. Windows color (decimal): -8357446 or 12220800. OLE color: 12220800.

HSL color Cylindrical-coordinate representation of color #8079BA: hue angle of 246.46º 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 #8079BA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128121186-
CMYK0.310.3500.27
HSL246.46º32.02%60.2%-
HSV(B)246.46º34.95%72.94%-
XYZ24.621.8149.37-
YUV130.5159.32126.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=29.43%
G=27.82%
B=42.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281211860.310.3500.27246.4632.0260.2
Hex8079BA1F2301Bf6203c
Octal20017127237430333664074
Binary100000001111001101110101111110001101101111110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8079BA; }

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

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

<style>
 a { background-color: #8079BA; }

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

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

<style>
 span { border-color: #8079BA; }

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

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