#8E7FC3

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

Shades of Moody Blue #8E7FC3

Tints of Moody Blue #8E7FC3

Color information

#8E7FC3 (or 0x8E7FC3) is unknown color: approx Moody Blue. HEX triplet: 8E, 7F and C3. RGB value is (142,127,195). Sum of RGB (Red+Green+Blue) = 142+127+195=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E7FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FC3 is #71803C. Grayscale: #8A8A8A. Windows color (decimal): -7438397 or 12812174. OLE color: 12812174.

HSL color Cylindrical-coordinate representation of color #8E7FC3: hue angle of 253.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E7FC3 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142127195-
CMYK0.270.3500.24
HSL253.24º36.17%63.14%-
HSV(B)253.24º34.87%76.47%-
XYZ28.624.8754.92-
YUV139.24159.47129.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 195 (76.56% from 255) = 42.03%
R=30.60%
G=27.37%
B=42.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421271950.270.3500.24253.2436.1763.14
Hex8E7FC31B23018fd243f
Octal21617730333430303754477
Binary100011101111111110000111101110001101100011111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,195); }

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

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

 a { background-color: rgb(142,127,195); }

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

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

 span { border-color: rgb(142,127,195); }

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