#8983B4

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

Shades of Moody Blue #8983B4

Tints of Moody Blue #8983B4

Color information

#8983B4 (or 0x8983B4) is unknown color: approx Moody Blue. HEX triplet: 89, 83 and B4. RGB value is (137,131,180). Sum of RGB (Red+Green+Blue) = 137+131+180=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #8983B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983B4 is #767C4B. Grayscale: #8A8A8A. Windows color (decimal): -7765068 or 11830153. OLE color: 11830153.

HSL color Cylindrical-coordinate representation of color #8983B4: hue angle of 247.35º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8983B4 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137131180-
CMYK0.240.2700.29
HSL247.35º24.62%60.98%-
HSV(B)247.35º27.22%70.59%-
XYZ26.6724.8546.57-
YUV138.38151.49127.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=30.58%
G=29.24%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371311800.240.2700.29247.3524.6260.98
Hex8983B4181B01Df7193d
Octal21120326430330353673175
Binary10001001100000111011010011000110110111011111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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