#8981DE

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

Shades of Moody Blue #8981DE

Tints of Moody Blue #8981DE

Color information

#8981DE (or 0x8981DE) is unknown color: approx Moody Blue. HEX triplet: 89, 81 and DE. RGB value is (137,129,222). Sum of RGB (Red+Green+Blue) = 137+129+222=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #8981DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981DE is #767E21. Grayscale: #8D8D8D. Windows color (decimal): -7765538 or 14582153. OLE color: 14582153.

HSL color Cylindrical-coordinate representation of color #8981DE: hue angle of 245.16º 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 #8981DE is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137129222-
CMYK0.380.4200.13
HSL245.16º58.49%68.82%-
HSV(B)245.16º41.89%87.06%-
XYZ31.3526.2972.53-
YUV141.99173.15124.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=28.07%
G=26.43%
B=45.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371292220.380.4200.13245.1658.4968.82
Hex8981DE262A0Df53a45
Octal211201336465201536572105
Binary10001001100000011101111010011010101001101111101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8981DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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