#8986D2

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

Shades of Moody Blue #8986D2

Tints of Moody Blue #8986D2

Color information

#8986D2 (or 0x8986D2) is unknown color: approx Moody Blue. HEX triplet: 89, 86 and D2. RGB value is (137,134,210). Sum of RGB (Red+Green+Blue) = 137+134+210=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #8986D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986D2 is #76792D. Grayscale: #8F8F8F. Windows color (decimal): -7764270 or 13797001. OLE color: 13797001.

HSL color Cylindrical-coordinate representation of color #8986D2: hue angle of 242.37º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8986D2 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137134210-
CMYK0.350.3600.18
HSL242.37º45.78%67.45%-
HSV(B)242.37º36.19%82.35%-
XYZ30.4727.0264.58-
YUV143.56165.49123.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=28.48%
G=27.86%
B=43.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371342100.350.3600.18242.3745.7867.45
Hex8986D22324012f22e43
Octal211206322434402236256103
Binary100010011000011011010010100011100100010010111100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8986D2; }

 p { color: rgb(137,134,210); }

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

<style>
 a { background-color: #8986D2; }

 a { background-color: rgb(137,134,210); }

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

<style>
 span { border-color: #8986D2; }

 span { border-color: rgb(137,134,210); }

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