#8E84DB

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

Shades of Moody Blue #8E84DB

Tints of Moody Blue #8E84DB

Color information

#8E84DB (or 0x8E84DB) is unknown color: approx Moody Blue. HEX triplet: 8E, 84 and DB. RGB value is (142,132,219). Sum of RGB (Red+Green+Blue) = 142+132+219=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84DB is #717B24. Grayscale: #909090. Windows color (decimal): -7437093 or 14386318. OLE color: 14386318.

HSL color Cylindrical-coordinate representation of color #8E84DB: hue angle of 246.9º degrees, saturation: 0.55, 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 #8E84DB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142132219-
CMYK0.350.4000.14
HSL246.9º54.72%68.82%-
HSV(B)246.9º39.73%85.88%-
XYZ32.1927.3770.6-
YUV144.91169.81125.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=28.80%
G=26.77%
B=44.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421322190.350.4000.14246.954.7268.82
Hex8E84DB23280Ef73745
Octal216204333435001636767105
Binary10001110100001001101101110001110100001110111101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,132,219); }

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

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

 a { background-color: rgb(142,132,219); }

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

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

 span { border-color: rgb(142,132,219); }

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