#8985BD

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

Shades of Moody Blue #8985BD

Tints of Moody Blue #8985BD

Color information

#8985BD (or 0x8985BD) is unknown color: approx Moody Blue. HEX triplet: 89, 85 and BD. RGB value is (137,133,189). Sum of RGB (Red+Green+Blue) = 137+133+189=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #8985BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985BD is #767A42. Grayscale: #8C8C8C. Windows color (decimal): -7764547 or 12420489. OLE color: 12420489.

HSL color Cylindrical-coordinate representation of color #8985BD: hue angle of 244.29º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8985BD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137133189-
CMYK0.280.3000.26
HSL244.29º29.79%63.14%-
HSV(B)244.29º29.63%74.12%-
XYZ27.8925.7751.65-
YUV140.58155.33125.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=29.85%
G=28.98%
B=41.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371331890.280.3000.26244.2929.7963.14
Hex8985BD1C1E01Af41e3f
Octal21120527534360323643677
Binary10001001100001011011110111100111100110101111010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8985BD; }

 p { color: rgb(137,133,189); }

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

<style>
 a { background-color: #8985BD; }

 a { background-color: rgb(137,133,189); }

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

<style>
 span { border-color: #8985BD; }

 span { border-color: rgb(137,133,189); }

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