#8986CD

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

Shades of Moody Blue #8986CD

Tints of Moody Blue #8986CD

Color information

#8986CD (or 0x8986CD) is unknown color: approx Moody Blue. HEX triplet: 89, 86 and CD. RGB value is (137,134,205). Sum of RGB (Red+Green+Blue) = 137+134+205=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #8986CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986CD is #767932. Grayscale: #8E8E8E. Windows color (decimal): -7764275 or 13469321. OLE color: 13469321.

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

Color convert

RGB137134205-
CMYK0.330.3500.20
HSL242.54º41.52%66.47%-
HSV(B)242.54º34.63%80.39%-
XYZ29.8626.7861.35-
YUV142.99162.99123.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=28.78%
G=28.15%
B=43.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371342050.330.3500.20242.5441.5266.47
Hex8986CD2123014f32a42
Octal211206315414302436352102
Binary100010011000011011001101100001100011010100111100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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