#8373BA

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

Shades of Moody Blue #8373BA

Tints of Moody Blue #8373BA

Color information

#8373BA (or 0x8373BA) is unknown color: approx Moody Blue. HEX triplet: 83, 73 and BA. RGB value is (131,115,186). Sum of RGB (Red+Green+Blue) = 131+115+186=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8373BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373BA is #7C8C45. Grayscale: #7F7F7F. Windows color (decimal): -8162374 or 12219267. OLE color: 12219267.

HSL color Cylindrical-coordinate representation of color #8373BA: hue angle of 253.52º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8373BA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131115186-
CMYK0.300.3800.27
HSL253.52º33.97%59.02%-
HSV(B)253.52º38.17%72.94%-
XYZ24.3520.6349.15-
YUV127.88160.8130.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=30.32%
G=26.62%
B=43.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311151860.300.3800.27253.5233.9759.02
Hex8373BA1E2601Bfe223b
Octal20316327236460333764273
Binary100000111110011101110101111010011001101111111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8373BA; }

 p { color: rgb(131,115,186); }

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

<style>
 a { background-color: #8373BA; }

 a { background-color: rgb(131,115,186); }

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

<style>
 span { border-color: #8373BA; }

 span { border-color: rgb(131,115,186); }

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