#8987CF

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

Shades of Moody Blue #8987CF

Tints of Moody Blue #8987CF

Color information

#8987CF (or 0x8987CF) is unknown color: approx Moody Blue. HEX triplet: 89, 87 and CF. RGB value is (137,135,207). Sum of RGB (Red+Green+Blue) = 137+135+207=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #8987CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987CF is #767830. Grayscale: #8F8F8F. Windows color (decimal): -7764017 or 13600649. OLE color: 13600649.

HSL color Cylindrical-coordinate representation of color #8987CF: hue angle of 241.67º degrees, saturation: 0.43, 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 #8987CF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137135207-
CMYK0.340.3500.19
HSL241.67º42.86%67.06%-
HSV(B)241.67º34.78%81.18%-
XYZ30.2427.1562.68-
YUV143.81163.66123.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.60%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=28.60%
G=28.18%
B=43.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371352070.340.3500.19241.6742.8667.06
Hex8987CF2223013f22b43
Octal211207317424302336253103
Binary100010011000011111001111100010100011010011111100101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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