#8983BE

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

Shades of Moody Blue #8983BE

Tints of Moody Blue #8983BE

Color information

#8983BE (or 0x8983BE) is unknown color: approx Moody Blue. HEX triplet: 89, 83 and BE. RGB value is (137,131,190). Sum of RGB (Red+Green+Blue) = 137+131+190=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #8983BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983BE is #767C41. Grayscale: #8B8B8B. Windows color (decimal): -7765058 or 12485513. OLE color: 12485513.

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

Color convert

RGB137131190-
CMYK0.280.3100.25
HSL246.1º31.22%62.94%-
HSV(B)246.1º31.05%74.51%-
XYZ27.7325.2752.13-
YUV139.52156.49126.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=29.91%
G=28.60%
B=41.48%

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
Decimal1371311900.280.3100.25246.131.2262.94
Hex8983BE1C1F019f61f3f
Octal21120327634370313663777
Binary10001001100000111011111011100111110110011111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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