#8986C3

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

Shades of Moody Blue #8986C3

Tints of Moody Blue #8986C3

Color information

#8986C3 (or 0x8986C3) is unknown color: approx Moody Blue. HEX triplet: 89, 86 and C3. RGB value is (137,134,195). Sum of RGB (Red+Green+Blue) = 137+134+195=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #8986C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986C3 is #76793C. Grayscale: #8D8D8D. Windows color (decimal): -7764285 or 12813961. OLE color: 12813961.

HSL color Cylindrical-coordinate representation of color #8986C3: hue angle of 242.95º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8986C3 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137134195-
CMYK0.300.3100.24
HSL242.95º33.7%64.51%-
HSV(B)242.95º31.28%76.47%-
XYZ28.6926.3155.2-
YUV141.85157.99124.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=29.40%
G=28.76%
B=41.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371341950.300.3100.24242.9533.764.51
Hex8986C31E1F018f32241
Octal211206303363703036342101
Binary1000100110000110110000111111011111011000111100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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