#8473BE

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

Shades of Moody Blue #8473BE

Tints of Moody Blue #8473BE

Color information

#8473BE (or 0x8473BE) is unknown color: approx Moody Blue. HEX triplet: 84, 73 and BE. RGB value is (132,115,190). Sum of RGB (Red+Green+Blue) = 132+115+190=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #8473BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473BE is #7B8C41. Grayscale: #808080. Windows color (decimal): -8096834 or 12481412. OLE color: 12481412.

HSL color Cylindrical-coordinate representation of color #8473BE: hue angle of 253.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8473BE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132115190-
CMYK0.310.3900.25
HSL253.6º36.59%59.8%-
HSV(B)253.6º39.47%74.51%-
XYZ24.9420.8851.43-
YUV128.63162.63130.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=30.21%
G=26.32%
B=43.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321151900.310.3900.25253.636.5959.8
Hex8473BE1F27019fe253c
Octal20416327637470313764574
Binary100001001110011101111101111110011101100111111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8473BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8473BE; }

 p { color: rgb(132,115,190); }

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

<style>
 a { background-color: #8473BE; }

 a { background-color: rgb(132,115,190); }

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

<style>
 span { border-color: #8473BE; }

 span { border-color: rgb(132,115,190); }

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