#8E83BE

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

Shades of Moody Blue #8E83BE

Tints of Moody Blue #8E83BE

Color information

#8E83BE (or 0x8E83BE) is unknown color: approx Moody Blue. HEX triplet: 8E, 83 and BE. RGB value is (142,131,190). Sum of RGB (Red+Green+Blue) = 142+131+190=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83BE is #717C41. Grayscale: #8C8C8C. Windows color (decimal): -7437378 or 12485518. OLE color: 12485518.

HSL color Cylindrical-coordinate representation of color #8E83BE: hue angle of 251.19º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E83BE is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142131190-
CMYK0.250.3100.25
HSL251.19º31.22%62.94%-
HSV(B)251.19º31.05%74.51%-
XYZ28.5725.752.17-
YUV141.01155.64128.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=30.67%
G=28.29%
B=41.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421311900.250.3100.25251.1931.2262.94
Hex8E83BE191F019fb1f3f
Octal21620327631370313733777
Binary10001110100000111011111011001111110110011111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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