#8473BF

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

Shades of Moody Blue #8473BF

Tints of Moody Blue #8473BF

Color information

#8473BF (or 0x8473BF) is unknown color: approx Moody Blue. HEX triplet: 84, 73 and BF. RGB value is (132,115,191). Sum of RGB (Red+Green+Blue) = 132+115+191=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #8473BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473BF is #7B8C40. Grayscale: #808080. Windows color (decimal): -8096833 or 12546948. OLE color: 12546948.

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

Color convert

RGB132115191-
CMYK0.310.4000.25
HSL253.42º37.25%60%-
HSV(B)253.42º39.79%74.9%-
XYZ25.0520.9352.01-
YUV128.75163.13130.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 191 (75% from 255) = 43.61%
R=30.14%
G=26.26%
B=43.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321151910.310.4000.25253.4237.2560
Hex8473BF1F28019fd253c
Octal20416327737500313754574
Binary100001001110011101111111111110100001100111111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8473BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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