#8981BC

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

Shades of Moody Blue #8981BC

Tints of Moody Blue #8981BC

Color information

#8981BC (or 0x8981BC) is unknown color: approx Moody Blue. HEX triplet: 89, 81 and BC. RGB value is (137,129,188). Sum of RGB (Red+Green+Blue) = 137+129+188=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #8981BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981BC is #767E43. Grayscale: #898989. Windows color (decimal): -7765572 or 12353929. OLE color: 12353929.

HSL color Cylindrical-coordinate representation of color #8981BC: hue angle of 248.14º 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 #8981BC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137129188-
CMYK0.270.3100.26
HSL248.14º30.57%62.16%-
HSV(B)248.14º31.38%73.73%-
XYZ27.2424.6550.9-
YUV138.12156.15127.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=30.18%
G=28.41%
B=41.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371291880.270.3100.26248.1430.5762.16
Hex8981BC1B1F01Af81f3e
Octal21120127433370323703776
Binary10001001100000011011110011011111110110101111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8981BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8981BC; }

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

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

<style>
 a { background-color: #8981BC; }

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

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

<style>
 span { border-color: #8981BC; }

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

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