#8983BF

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

Shades of Moody Blue #8983BF

Tints of Moody Blue #8983BF

Color information

#8983BF (or 0x8983BF) is unknown color: approx Moody Blue. HEX triplet: 89, 83 and BF. RGB value is (137,131,191). Sum of RGB (Red+Green+Blue) = 137+131+191=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #8983BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983BF is #767C40. Grayscale: #8B8B8B. Windows color (decimal): -7765057 or 12551049. OLE color: 12551049.

HSL color Cylindrical-coordinate representation of color #8983BF: hue angle of 246º degrees, saturation: 0.32, 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 #8983BF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137131191-
CMYK0.280.3100.25
HSL246º31.91%63.14%-
HSV(B)246º31.41%74.9%-
XYZ27.8425.3152.71-
YUV139.63156.99126.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 191 (75% from 255) = 41.61%
R=29.85%
G=28.54%
B=41.61%

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
Decimal1371311910.280.3100.2524631.9163.14
Hex8983BF1C1F019f6203f
Octal21120327734370313664077
Binary100010011000001110111111111001111101100111110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8983BF; }

 p { color: rgb(137,131,191); }

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

<style>
 a { background-color: #8983BF; }

 a { background-color: rgb(137,131,191); }

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

<style>
 span { border-color: #8983BF; }

 span { border-color: rgb(137,131,191); }

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