#8E7FCA

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

Shades of Moody Blue #8E7FCA

Tints of Moody Blue #8E7FCA

Color information

#8E7FCA (or 0x8E7FCA) is unknown color: approx Moody Blue. HEX triplet: 8E, 7F and CA. RGB value is (142,127,202). Sum of RGB (Red+Green+Blue) = 142+127+202=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FCA is #718035. Grayscale: #8B8B8B. Windows color (decimal): -7438390 or 13270926. OLE color: 13270926.

HSL color Cylindrical-coordinate representation of color #8E7FCA: hue angle of 252º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E7FCA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142127202-
CMYK0.300.3700.21
HSL252º41.44%64.51%-
HSV(B)252º37.13%79.22%-
XYZ29.4125.1959.19-
YUV140.04162.97129.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=30.15%
G=26.96%
B=42.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421272020.300.3700.2125241.4464.51
Hex8E7FCA1E25015fc2941
Octal216177312364502537451101
Binary1000111011111111100101011110100101010101111111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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