#8984BA

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

Shades of Moody Blue #8984BA

Tints of Moody Blue #8984BA

Color information

#8984BA (or 0x8984BA) is unknown color: approx Moody Blue. HEX triplet: 89, 84 and BA. RGB value is (137,132,186). Sum of RGB (Red+Green+Blue) = 137+132+186=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #8984BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984BA is #767B45. Grayscale: #8B8B8B. Windows color (decimal): -7764806 or 12223625. OLE color: 12223625.

HSL color Cylindrical-coordinate representation of color #8984BA: hue angle of 245.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8984BA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137132186-
CMYK0.260.2900.27
HSL245.56º28.12%62.35%-
HSV(B)245.56º29.03%72.94%-
XYZ27.4325.3749.9-
YUV139.65154.16126.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=30.11%
G=29.01%
B=40.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371321860.260.2900.27245.5628.1262.35
Hex8984BA1A1D01Bf61c3e
Octal21120427232350333663476
Binary10001001100001001011101011010111010110111111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8984BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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