#8984BE

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

Shades of Moody Blue #8984BE

Tints of Moody Blue #8984BE

Color information

#8984BE (or 0x8984BE) is unknown color: approx Moody Blue. HEX triplet: 89, 84 and BE. RGB value is (137,132,190). Sum of RGB (Red+Green+Blue) = 137+132+190=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8984BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984BE is #767B41. Grayscale: #8B8B8B. Windows color (decimal): -7764802 or 12485769. OLE color: 12485769.

HSL color Cylindrical-coordinate representation of color #8984BE: hue angle of 245.17º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8984BE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137132190-
CMYK0.280.3100.25
HSL245.17º30.85%63.14%-
HSV(B)245.17º30.53%74.51%-
XYZ27.8625.5452.18-
YUV140.11156.16125.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=29.85%
G=28.76%
B=41.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371321900.280.3100.25245.1730.8563.14
Hex8984BE1C1F019f51f3f
Octal21120427634370313653777
Binary10001001100001001011111011100111110110011111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8984BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8984BE; }

 p { color: rgb(137,132,190); }

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

<style>
 a { background-color: #8984BE; }

 a { background-color: rgb(137,132,190); }

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

<style>
 span { border-color: #8984BE; }

 span { border-color: rgb(137,132,190); }

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