#8E84BC

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

Shades of Moody Blue #8E84BC

Tints of Moody Blue #8E84BC

Color information

#8E84BC (or 0x8E84BC) is unknown color: approx Moody Blue. HEX triplet: 8E, 84 and BC. RGB value is (142,132,188). Sum of RGB (Red+Green+Blue) = 142+132+188=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84BC is #717B43. Grayscale: #8D8D8D. Windows color (decimal): -7437124 or 12354702. OLE color: 12354702.

HSL color Cylindrical-coordinate representation of color #8E84BC: hue angle of 250.71º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E84BC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142132188-
CMYK0.240.3000.26
HSL250.71º29.47%62.75%-
HSV(B)250.71º29.79%73.73%-
XYZ28.4825.8851.07-
YUV141.37154.31128.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=30.74%
G=28.57%
B=40.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421321880.240.3000.26250.7129.4762.75
Hex8E84BC181E01Afb1d3f
Octal21620427430360323733577
Binary10001110100001001011110011000111100110101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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