#8076BE

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

Shades of Moody Blue #8076BE

Tints of Moody Blue #8076BE

Color information

#8076BE (or 0x8076BE) is unknown color: approx Moody Blue. HEX triplet: 80, 76 and BE. RGB value is (128,118,190). Sum of RGB (Red+Green+Blue) = 128+118+190=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8076BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076BE is #7F8941. Grayscale: #808080. Windows color (decimal): -8358210 or 12482176. OLE color: 12482176.

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

Color convert

RGB128118190-
CMYK0.330.3800.25
HSL248.33º35.64%60.39%-
HSV(B)248.33º37.89%74.51%-
XYZ24.6721.2651.52-
YUV129.2162.31127.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=29.36%
G=27.06%
B=43.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281181900.330.3800.25248.3335.6460.39
Hex8076BE2126019f8243c
Octal20016627641460313704474
Binary1000000011101101011111010000110011001100111111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8076BE; }

 p { color: rgb(128,118,190); }

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

<style>
 a { background-color: #8076BE; }

 a { background-color: rgb(128,118,190); }

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

<style>
 span { border-color: #8076BE; }

 span { border-color: rgb(128,118,190); }

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