#8884BD

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

Shades of Moody Blue #8884BD

Tints of Moody Blue #8884BD

Color information

#8884BD (or 0x8884BD) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and BD. RGB value is (136,132,189). Sum of RGB (Red+Green+Blue) = 136+132+189=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8884BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884BD is #777B42. Grayscale: #8B8B8B. Windows color (decimal): -7830339 or 12420232. OLE color: 12420232.

HSL color Cylindrical-coordinate representation of color #8884BD: hue angle of 244.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8884BD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136132189-
CMYK0.280.3000.26
HSL244.21º30.16%62.94%-
HSV(B)244.21º30.16%74.12%-
XYZ27.5925.4151.59-
YUV139.69155.83125.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=29.76%
G=28.88%
B=41.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361321890.280.3000.26244.2130.1662.94
Hex8884BD1C1E01Af41e3f
Octal21020427534360323643677
Binary10001000100001001011110111100111100110101111010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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