#8986CE

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

Shades of Moody Blue #8986CE

Tints of Moody Blue #8986CE

Color information

#8986CE (or 0x8986CE) is unknown color: approx Moody Blue. HEX triplet: 89, 86 and CE. RGB value is (137,134,206). Sum of RGB (Red+Green+Blue) = 137+134+206=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #8986CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986CE is #767931. Grayscale: #8E8E8E. Windows color (decimal): -7764274 or 13534857. OLE color: 13534857.

HSL color Cylindrical-coordinate representation of color #8986CE: hue angle of 242.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8986CE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137134206-
CMYK0.330.3500.19
HSL242.5º42.35%66.67%-
HSV(B)242.5º34.95%80.78%-
XYZ29.9826.8261.99-
YUV143.11163.49123.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=28.72%
G=28.09%
B=43.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371342060.330.3500.19242.542.3566.67
Hex8986CE2123013f22a43
Octal211206316414302336252103
Binary100010011000011011001110100001100011010011111100101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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