#8384D7

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

Shades of Moody Blue #8384D7

Tints of Moody Blue #8384D7

Color information

#8384D7 (or 0x8384D7) is unknown color: approx Moody Blue. HEX triplet: 83, 84 and D7. RGB value is (131,132,215). Sum of RGB (Red+Green+Blue) = 131+132+215=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #8384D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384D7 is #7C7B28. Grayscale: #8C8C8C. Windows color (decimal): -8157993 or 14124163. OLE color: 14124163.

HSL color Cylindrical-coordinate representation of color #8384D7: hue angle of 239.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8384D7 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131132215-
CMYK0.390.3900.16
HSL239.29º51.22%67.84%-
HSV(B)239.29º39.07%84.31%-
XYZ29.8826.2367.78-
YUV141.16169.67120.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.41%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 215 (84.38% from 255) = 44.98%
R=27.41%
G=27.62%
B=44.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311322150.390.3900.16239.2951.2267.84
Hex8384D72727010ef3344
Octal203204327474702035763104
Binary100000111000010011010111100111100111010000111011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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