#8884BA

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

Shades of Moody Blue #8884BA

Tints of Moody Blue #8884BA

Color information

#8884BA (or 0x8884BA) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and BA. RGB value is (136,132,186). Sum of RGB (Red+Green+Blue) = 136+132+186=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #8884BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884BA is #777B45. Grayscale: #8B8B8B. Windows color (decimal): -7830342 or 12223624. OLE color: 12223624.

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

Color convert

RGB136132186-
CMYK0.270.2900.27
HSL244.44º28.12%62.35%-
HSV(B)244.44º29.03%72.94%-
XYZ27.2725.2849.9-
YUV139.35154.33125.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.96%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=29.96%
G=29.07%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361321860.270.2900.27244.4428.1262.35
Hex8884BA1B1D01Bf41c3e
Octal21020427233350333643476
Binary10001000100001001011101011011111010110111111010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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