#8881DA

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

Shades of Moody Blue #8881DA

Tints of Moody Blue #8881DA

Color information

#8881DA (or 0x8881DA) is unknown color: approx Moody Blue. HEX triplet: 88, 81 and DA. RGB value is (136,129,218). Sum of RGB (Red+Green+Blue) = 136+129+218=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #8881DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881DA is #777E25. Grayscale: #8C8C8C. Windows color (decimal): -7831078 or 14320008. OLE color: 14320008.

HSL color Cylindrical-coordinate representation of color #8881DA: hue angle of 244.72º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8881DA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136129218-
CMYK0.380.4100.15
HSL244.72º54.6%68.04%-
HSV(B)244.72º40.83%85.49%-
XYZ30.662669.73-
YUV141.24171.32124.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=28.16%
G=26.71%
B=45.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361292180.380.4100.15244.7254.668.04
Hex8881DA26290Ff53744
Octal210201332465101736567104
Binary10001000100000011101101010011010100101111111101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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