#8884B4

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

Shades of Moody Blue #8884B4

Tints of Moody Blue #8884B4

Color information

#8884B4 (or 0x8884B4) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and B4. RGB value is (136,132,180). Sum of RGB (Red+Green+Blue) = 136+132+180=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8884B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884B4 is #777B4B. Grayscale: #8A8A8A. Windows color (decimal): -7830348 or 11830408. OLE color: 11830408.

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

Color convert

RGB136132180-
CMYK0.240.2700.29
HSL245º24.24%61.18%-
HSV(B)245º26.67%70.59%-
XYZ26.6425.0346.61-
YUV138.67151.33126.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=30.36%
G=29.46%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361321800.240.2700.2924524.2461.18
Hex8884B4181B01Df5183d
Octal21020426430330353653075
Binary10001000100001001011010011000110110111011111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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