#8983CA

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

Shades of Moody Blue #8983CA

Tints of Moody Blue #8983CA

Color information

#8983CA (or 0x8983CA) is unknown color: approx Moody Blue. HEX triplet: 89, 83 and CA. RGB value is (137,131,202). Sum of RGB (Red+Green+Blue) = 137+131+202=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8983CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983CA is #767C35. Grayscale: #8C8C8C. Windows color (decimal): -7765046 or 13271945. OLE color: 13271945.

HSL color Cylindrical-coordinate representation of color #8983CA: hue angle of 245.07º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8983CA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137131202-
CMYK0.320.3500.21
HSL245.07º40.11%65.29%-
HSV(B)245.07º35.15%79.22%-
XYZ29.0925.8259.33-
YUV140.89162.49125.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=29.15%
G=27.87%
B=42.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371312020.320.3500.21245.0740.1165.29
Hex8983CA2023015f52841
Octal211203312404302536550101
Binary100010011000001111001010100000100011010101111101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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