#8E81BA

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

Shades of Moody Blue #8E81BA

Tints of Moody Blue #8E81BA

Color information

#8E81BA (or 0x8E81BA) is unknown color: approx Moody Blue. HEX triplet: 8E, 81 and BA. RGB value is (142,129,186). Sum of RGB (Red+Green+Blue) = 142+129+186=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BA is #717E45. Grayscale: #8B8B8B. Windows color (decimal): -7437894 or 12222862. OLE color: 12222862.

HSL color Cylindrical-coordinate representation of color #8E81BA: hue angle of 253.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E81BA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142129186-
CMYK0.240.3100.27
HSL253.68º29.23%61.76%-
HSV(B)253.68º30.65%72.94%-
XYZ27.872549.81-
YUV139.38154.31129.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=31.07%
G=28.23%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421291860.240.3100.27253.6829.2361.76
Hex8E81BA181F01Bfe1d3e
Octal21620127230370333763576
Binary10001110100000011011101011000111110110111111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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