#8079BF

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

Shades of Moody Blue #8079BF

Tints of Moody Blue #8079BF

Color information

#8079BF (or 0x8079BF) is unknown color: approx Moody Blue. HEX triplet: 80, 79 and BF. RGB value is (128,121,191). Sum of RGB (Red+Green+Blue) = 128+121+191=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #8079BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079BF is #7F8640. Grayscale: #828282. Windows color (decimal): -8357441 or 12548480. OLE color: 12548480.

HSL color Cylindrical-coordinate representation of color #8079BF: hue angle of 246º 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 #8079BF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128121191-
CMYK0.330.3700.25
HSL246º35.35%61.18%-
HSV(B)246º36.65%74.9%-
XYZ25.1422.0352.22-
YUV131.07161.82125.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 191 (75% from 255) = 43.41%
R=29.09%
G=27.5%
B=43.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281211910.330.3700.2524635.3561.18
Hex8079BF2125019f6233d
Octal20017127741450313664375
Binary1000000011110011011111110000110010101100111110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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