#8E83DB

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

Shades of Moody Blue #8E83DB

Tints of Moody Blue #8E83DB

Color information

#8E83DB (or 0x8E83DB) is unknown color: approx Moody Blue. HEX triplet: 8E, 83 and DB. RGB value is (142,131,219). Sum of RGB (Red+Green+Blue) = 142+131+219=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DB is #717C24. Grayscale: #8F8F8F. Windows color (decimal): -7437349 or 14386062. OLE color: 14386062.

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

Color convert

RGB142131219-
CMYK0.350.4000.14
HSL247.5º55%68.63%-
HSV(B)247.5º40.18%85.88%-
XYZ32.0627.170.56-
YUV144.32170.14126.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=28.86%
G=26.63%
B=44.51%

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
Decimal1421312190.350.4000.14247.55568.63
Hex8E83DB23280Ef83745
Octal216203333435001637067105
Binary10001110100000111101101110001110100001110111110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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