#8987C3

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

Shades of Moody Blue #8987C3

Tints of Moody Blue #8987C3

Color information

#8987C3 (or 0x8987C3) is unknown color: approx Moody Blue. HEX triplet: 89, 87 and C3. RGB value is (137,135,195). Sum of RGB (Red+Green+Blue) = 137+135+195=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #8987C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987C3 is #76783C. Grayscale: #8E8E8E. Windows color (decimal): -7764029 or 12814217. OLE color: 12814217.

HSL color Cylindrical-coordinate representation of color #8987C3: hue angle of 242º degrees, saturation: 0.33, 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 #8987C3 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137135195-
CMYK0.300.3100.24
HSL242º33.33%64.71%-
HSV(B)242º30.77%76.47%-
XYZ28.8326.5955.24-
YUV142.44157.66124.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=29.34%
G=28.91%
B=41.76%

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
Decimal1371351950.300.3100.2424233.3364.71
Hex8987C31E1F018f22141
Octal211207303363703036241101
Binary1000100110000111110000111111011111011000111100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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