#8371DA

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

Shades of Moody Blue #8371DA

Tints of Moody Blue #8371DA

Color information

#8371DA (or 0x8371DA) is unknown color: approx Moody Blue. HEX triplet: 83, 71 and DA. RGB value is (131,113,218). Sum of RGB (Red+Green+Blue) = 131+113+218=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #8371DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371DA is #7C8E25. Grayscale: #818181. Windows color (decimal): -8162854 or 14315907. OLE color: 14315907.

HSL color Cylindrical-coordinate representation of color #8371DA: hue angle of 250.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8371DA is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131113218-
CMYK0.400.4800.15
HSL250.29º58.66%64.9%-
HSV(B)250.29º48.17%85.49%-
XYZ27.9221.769.05-
YUV130.35177.46128.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=28.35%
G=24.46%
B=47.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311132180.400.4800.15250.2958.6664.9
Hex8371DA28300Ffa3b41
Octal203161332506001737273101
Binary1000001111100011101101010100011000001111111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8371DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8371DA; }

 p { color: rgb(131,113,218); }

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

<style>
 a { background-color: #8371DA; }

 a { background-color: rgb(131,113,218); }

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

<style>
 span { border-color: #8371DA; }

 span { border-color: rgb(131,113,218); }

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