#8E81BC

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

Shades of Moody Blue #8E81BC

Tints of Moody Blue #8E81BC

Color information

#8E81BC (or 0x8E81BC) is unknown color: approx Moody Blue. HEX triplet: 8E, 81 and BC. RGB value is (142,129,188). Sum of RGB (Red+Green+Blue) = 142+129+188=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BC is #717E43. Grayscale: #8B8B8B. Windows color (decimal): -7437892 or 12353934. OLE color: 12353934.

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

Color convert

RGB142129188-
CMYK0.240.3100.26
HSL253.22º30.57%62.16%-
HSV(B)253.22º31.38%73.73%-
XYZ28.0825.0850.94-
YUV139.61155.31129.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=30.94%
G=28.10%
B=40.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421291880.240.3100.26253.2230.5762.16
Hex8E81BC181F01Afd1f3e
Octal21620127430370323753776
Binary10001110100000011011110011000111110110101111110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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