#8B84DE

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

Shades of Moody Blue #8B84DE

Tints of Moody Blue #8B84DE

Color information

#8B84DE (or 0x8B84DE) is unknown color: approx Moody Blue. HEX triplet: 8B, 84 and DE. RGB value is (139,132,222). Sum of RGB (Red+Green+Blue) = 139+132+222=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B84DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B84DE is #747B21. Grayscale: #909090. Windows color (decimal): -7633698 or 14582923. OLE color: 14582923.

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

Color convert

RGB139132222-
CMYK0.370.4100.13
HSL244.67º57.69%69.41%-
HSV(B)244.67º40.54%87.06%-
XYZ32.0827.2772.68-
YUV144.35171.82124.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=28.19%
G=26.77%
B=45.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391322220.370.4100.13244.6757.6969.41
Hex8B84DE25290Df53a45
Octal213204336455101536572105
Binary10001011100001001101111010010110100101101111101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B84DE; }

 p { color: rgb(139,132,222); }

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

<style>
 a { background-color: #8B84DE; }

 a { background-color: rgb(139,132,222); }

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

<style>
 span { border-color: #8B84DE; }

 span { border-color: rgb(139,132,222); }

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