#8E81BE

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

Shades of Moody Blue #8E81BE

Tints of Moody Blue #8E81BE

Color information

#8E81BE (or 0x8E81BE) is unknown color: approx Moody Blue. HEX triplet: 8E, 81 and BE. RGB value is (142,129,190). Sum of RGB (Red+Green+Blue) = 142+129+190=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BE is #717E41. Grayscale: #8B8B8B. Windows color (decimal): -7437890 or 12485006. OLE color: 12485006.

HSL color Cylindrical-coordinate representation of color #8E81BE: hue angle of 252.79º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E81BE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142129190-
CMYK0.250.3200.25
HSL252.79º31.94%62.55%-
HSV(B)252.79º32.11%74.51%-
XYZ28.325.1752.08-
YUV139.84156.31129.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=30.80%
G=27.98%
B=41.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421291900.250.3200.25252.7931.9462.55
Hex8E81BE1920019fd203f
Octal21620127631400313754077
Binary1000111010000001101111101100110000001100111111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,190); }

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

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

 a { background-color: rgb(142,129,190); }

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

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

 span { border-color: rgb(142,129,190); }

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