#8884DE

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

Shades of Moody Blue #8884DE

Tints of Moody Blue #8884DE

Color information

#8884DE (or 0x8884DE) is unknown color: approx Moody Blue. HEX triplet: 88, 84 and DE. RGB value is (136,132,222). Sum of RGB (Red+Green+Blue) = 136+132+222=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #8884DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884DE is #777B21. Grayscale: #8F8F8F. Windows color (decimal): -7830306 or 14582920. OLE color: 14582920.

HSL color Cylindrical-coordinate representation of color #8884DE: hue angle of 242.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8884DE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136132222-
CMYK0.390.4100.13
HSL242.67º57.69%69.41%-
HSV(B)242.67º40.54%87.06%-
XYZ31.5927.0172.66-
YUV143.46172.33122.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.76%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=27.76%
G=26.94%
B=45.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361322220.390.4100.13242.6757.6969.41
Hex8884DE27290Df33a45
Octal210204336475101536372105
Binary10001000100001001101111010011110100101101111100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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