#8881DE

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

Shades of Moody Blue #8881DE

Tints of Moody Blue #8881DE

Color information

#8881DE (or 0x8881DE) is unknown color: approx Moody Blue. HEX triplet: 88, 81 and DE. RGB value is (136,129,222). Sum of RGB (Red+Green+Blue) = 136+129+222=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #8881DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881DE is #777E21. Grayscale: #8D8D8D. Windows color (decimal): -7831074 or 14582152. OLE color: 14582152.

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

Color convert

RGB136129222-
CMYK0.390.4200.13
HSL244.52º58.49%68.82%-
HSV(B)244.52º41.89%87.06%-
XYZ31.1926.2172.52-
YUV141.7173.32123.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=27.93%
G=26.49%
B=45.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361292220.390.4200.13244.5258.4968.82
Hex8881DE272A0Df53a45
Octal210201336475201536572105
Binary10001000100000011101111010011110101001101111101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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