#8776BA

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

Shades of Moody Blue #8776BA

Tints of Moody Blue #8776BA

Color information

#8776BA (or 0x8776BA) is unknown color: approx Moody Blue. HEX triplet: 87, 76 and BA. RGB value is (135,118,186). Sum of RGB (Red+Green+Blue) = 135+118+186=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #8776BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8776BA is #788945. Grayscale: #828282. Windows color (decimal): -7899462 or 12220039. OLE color: 12220039.

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

Color convert

RGB135118186-
CMYK0.270.3700.27
HSL255º33.01%59.61%-
HSV(B)255º36.56%72.94%-
XYZ25.3321.6549.3-
YUV130.83159.13130.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=30.75%
G=26.88%
B=42.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351181860.270.3700.2725533.0159.61
Hex8776BA1B2501Bff213c
Octal20716627233450333774174
Binary100001111110110101110101101110010101101111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,118,186); }

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

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

 a { background-color: rgb(135,118,186); }

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

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

 span { border-color: rgb(135,118,186); }

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