#8983DE

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

Shades of Moody Blue #8983DE

Tints of Moody Blue #8983DE

Color information

#8983DE (or 0x8983DE) is unknown color: approx Moody Blue. HEX triplet: 89, 83 and DE. RGB value is (137,131,222). Sum of RGB (Red+Green+Blue) = 137+131+222=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 131 (51.56% from 255 or 26.73% 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 #8983DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DE is #767C21. Grayscale: #8E8E8E. Windows color (decimal): -7765026 or 14582665. OLE color: 14582665.

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

Color convert

RGB137131222-
CMYK0.380.4100.13
HSL243.96º57.96%69.22%-
HSV(B)243.96º40.99%87.06%-
XYZ31.6226.8272.62-
YUV143.17172.49123.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=27.96%
G=26.73%
B=45.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371312220.380.4100.13243.9657.9669.22
Hex8983DE26290Df43a45
Octal211203336465101536472105
Binary10001001100000111101111010011010100101101111101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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