#8077BA

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

Shades of Moody Blue #8077BA

Tints of Moody Blue #8077BA

Color information

#8077BA (or 0x8077BA) is unknown color: approx Moody Blue. HEX triplet: 80, 77 and BA. RGB value is (128,119,186). Sum of RGB (Red+Green+Blue) = 128+119+186=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8077BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077BA is #7F8845. Grayscale: #818181. Windows color (decimal): -8357958 or 12220288. OLE color: 12220288.

HSL color Cylindrical-coordinate representation of color #8077BA: hue angle of 248.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8077BA is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128119186-
CMYK0.310.3600.27
HSL248.06º32.68%59.8%-
HSV(B)248.06º36.02%72.94%-
XYZ24.3621.3349.29-
YUV129.33159.98127.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=29.56%
G=27.48%
B=42.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281191860.310.3600.27248.0632.6859.8
Hex8077BA1F2401Bf8213c
Octal20016727237440333704174
Binary100000001110111101110101111110010001101111111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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