#8B84D7

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

Shades of Moody Blue #8B84D7

Tints of Moody Blue #8B84D7

Color information

#8B84D7 (or 0x8B84D7) is unknown color: approx Moody Blue. HEX triplet: 8B, 84 and D7. RGB value is (139,132,215). Sum of RGB (Red+Green+Blue) = 139+132+215=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B84D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B84D7 is #747B28. Grayscale: #8F8F8F. Windows color (decimal): -7633705 or 14124171. OLE color: 14124171.

HSL color Cylindrical-coordinate representation of color #8B84D7: hue angle of 245.06º 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 #8B84D7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139132215-
CMYK0.350.3900.16
HSL245.06º50.92%68.04%-
HSV(B)245.06º38.6%84.31%-
XYZ31.1626.967.84-
YUV143.55168.32124.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=28.60%
G=27.16%
B=44.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391322150.350.3900.16245.0650.9268.04
Hex8B84D72327010f53344
Octal213204327434702036563104
Binary100010111000010011010111100011100111010000111101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B84D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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