#8880BA

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

Shades of Moody Blue #8880BA

Tints of Moody Blue #8880BA

Color information

#8880BA (or 0x8880BA) is unknown color: approx Moody Blue. HEX triplet: 88, 80 and BA. RGB value is (136,128,186). Sum of RGB (Red+Green+Blue) = 136+128+186=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8880BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880BA is #777F45. Grayscale: #888888. Windows color (decimal): -7831366 or 12222600. OLE color: 12222600.

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

Color convert

RGB136128186-
CMYK0.270.3100.27
HSL248.28º29.59%61.57%-
HSV(B)248.28º31.18%72.94%-
XYZ26.7424.2249.72-
YUV137155.65127.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=30.22%
G=28.44%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361281860.270.3100.27248.2829.5961.57
Hex8880BA1B1F01Bf81e3e
Octal21020027233370333703676
Binary10001000100000001011101011011111110110111111100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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