#8B84DC

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

Shades of Moody Blue #8B84DC

Tints of Moody Blue #8B84DC

Color information

#8B84DC (or 0x8B84DC) is unknown color: approx Moody Blue. HEX triplet: 8B, 84 and DC. RGB value is (139,132,220). Sum of RGB (Red+Green+Blue) = 139+132+220=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B84DC is #747B23. Grayscale: #8F8F8F. Windows color (decimal): -7633700 or 14451851. OLE color: 14451851.

HSL color Cylindrical-coordinate representation of color #8B84DC: hue angle of 244.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B84DC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139132220-
CMYK0.370.4000.14
HSL244.77º55.7%69.02%-
HSV(B)244.77º40%86.27%-
XYZ31.8227.1671.28-
YUV144.12170.82124.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=28.31%
G=26.88%
B=44.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391322200.370.4000.14244.7755.769.02
Hex8B84DC25280Ef53845
Octal213204334455001636570105
Binary10001011100001001101110010010110100001110111101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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