#8384D9

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

Shades of Moody Blue #8384D9

Tints of Moody Blue #8384D9

Color information

#8384D9 (or 0x8384D9) is unknown color: approx Moody Blue. HEX triplet: 83, 84 and D9. RGB value is (131,132,217). Sum of RGB (Red+Green+Blue) = 131+132+217=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #8384D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384D9 is #7C7B26. Grayscale: #8D8D8D. Windows color (decimal): -8157991 or 14255235. OLE color: 14255235.

HSL color Cylindrical-coordinate representation of color #8384D9: hue angle of 239.3º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8384D9 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131132217-
CMYK0.400.3900.15
HSL239.3º53.09%68.24%-
HSV(B)239.3º39.63%85.1%-
XYZ30.1426.3469.14-
YUV141.39170.67120.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=27.29%
G=27.5%
B=45.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311322170.400.3900.15239.353.0968.24
Hex8384D928270Fef3544
Octal203204331504701735765104
Binary10000011100001001101100110100010011101111111011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8384D9; }

 p { color: rgb(131,132,217); }

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

<style>
 a { background-color: #8384D9; }

 a { background-color: rgb(131,132,217); }

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

<style>
 span { border-color: #8384D9; }

 span { border-color: rgb(131,132,217); }

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