#8E84BF

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

Shades of Moody Blue #8E84BF

Tints of Moody Blue #8E84BF

Color information

#8E84BF (or 0x8E84BF) is unknown color: approx Moody Blue. HEX triplet: 8E, 84 and BF. RGB value is (142,132,191). Sum of RGB (Red+Green+Blue) = 142+132+191=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84BF is #717B40. Grayscale: #8D8D8D. Windows color (decimal): -7437121 or 12551310. OLE color: 12551310.

HSL color Cylindrical-coordinate representation of color #8E84BF: hue angle of 250.17º degrees, saturation: 0.32, 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 #8E84BF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142132191-
CMYK0.260.3100.25
HSL250.17º31.55%63.33%-
HSV(B)250.17º30.89%74.9%-
XYZ28.8126.0152.79-
YUV141.72155.81128.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 191 (75% from 255) = 41.08%
R=30.54%
G=28.39%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421321910.260.3100.25250.1731.5563.33
Hex8E84BF1A1F019fa203f
Octal21620427732370313724077
Binary100011101000010010111111110101111101100111111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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