#8E7FC9

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

Shades of Moody Blue #8E7FC9

Tints of Moody Blue #8E7FC9

Color information

#8E7FC9 (or 0x8E7FC9) is unknown color: approx Moody Blue. HEX triplet: 8E, 7F and C9. RGB value is (142,127,201). Sum of RGB (Red+Green+Blue) = 142+127+201=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E7FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FC9 is #718036. Grayscale: #8B8B8B. Windows color (decimal): -7438391 or 13205390. OLE color: 13205390.

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

Color convert

RGB142127201-
CMYK0.290.3700.21
HSL252.16º40.66%64.31%-
HSV(B)252.16º36.82%78.82%-
XYZ29.2925.1558.57-
YUV139.92162.47129.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=30.21%
G=27.02%
B=42.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421272010.290.3700.21252.1640.6664.31
Hex8E7FC91D25015fc2940
Octal216177311354502537451100
Binary1000111011111111100100111101100101010101111111001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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