#8983DF

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

Shades of Moody Blue #8983DF

Tints of Moody Blue #8983DF

Color information

#8983DF (or 0x8983DF) is unknown color: approx Moody Blue. HEX triplet: 89, 83 and DF. RGB value is (137,131,223). Sum of RGB (Red+Green+Blue) = 137+131+223=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8983DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DF is #767C20. Grayscale: #8E8E8E. Windows color (decimal): -7765025 or 14648201. OLE color: 14648201.

HSL color Cylindrical-coordinate representation of color #8983DF: hue angle of 243.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8983DF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137131223-
CMYK0.390.4100.13
HSL243.91º58.97%69.41%-
HSV(B)243.91º41.26%87.45%-
XYZ31.7526.8873.33-
YUV143.28172.99123.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=27.90%
G=26.68%
B=45.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371312230.390.4100.13243.9158.9769.41
Hex8983DF27290Df43b45
Octal211203337475101536473105
Binary10001001100000111101111110011110100101101111101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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