#8371C9

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

Shades of Moody Blue #8371C9

Tints of Moody Blue #8371C9

Color information

#8371C9 (or 0x8371C9) is unknown color: approx Moody Blue. HEX triplet: 83, 71 and C9. RGB value is (131,113,201). Sum of RGB (Red+Green+Blue) = 131+113+201=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #8371C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371C9 is #7C8E36. Grayscale: #808080. Windows color (decimal): -8162871 or 13201795. OLE color: 13201795.

HSL color Cylindrical-coordinate representation of color #8371C9: hue angle of 252.27º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8371C9 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131113201-
CMYK0.350.4400.21
HSL252.27º44.9%61.57%-
HSV(B)252.27º43.78%78.82%-
XYZ25.8120.8557.92-
YUV128.41168.96129.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=29.44%
G=25.39%
B=45.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311132010.350.4400.21252.2744.961.57
Hex8371C9232C015fc2d3e
Octal20316131143540253745576
Binary1000001111100011100100110001110110001010111111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8371C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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