#8079C5

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

Shades of Moody Blue #8079C5

Tints of Moody Blue #8079C5

Color information

#8079C5 (or 0x8079C5) is unknown color: approx Moody Blue. HEX triplet: 80, 79 and C5. RGB value is (128,121,197). Sum of RGB (Red+Green+Blue) = 128+121+197=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #8079C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079C5 is #7F863A. Grayscale: #838383. Windows color (decimal): -8357435 or 12941696. OLE color: 12941696.

HSL color Cylindrical-coordinate representation of color #8079C5: hue angle of 245.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8079C5 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB128121197-
CMYK0.350.3900.23
HSL245.53º39.58%62.35%-
HSV(B)245.53º38.58%77.25%-
XYZ25.8222.355.77-
YUV131.76164.82125.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 197 (77.34% from 255) = 44.17%
R=28.70%
G=27.13%
B=44.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281211970.350.3900.23245.5339.5862.35
Hex8079C52327017f6283e
Octal20017130543470273665076
Binary1000000011110011100010110001110011101011111110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8079C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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