#8471BE

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

Shades of Moody Blue #8471BE

Tints of Moody Blue #8471BE

Color information

#8471BE (or 0x8471BE) is unknown color: approx Moody Blue. HEX triplet: 84, 71 and BE. RGB value is (132,113,190). Sum of RGB (Red+Green+Blue) = 132+113+190=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8471BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471BE is #7B8E41. Grayscale: #7F7F7F. Windows color (decimal): -8097346 or 12480900. OLE color: 12480900.

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

Color convert

RGB132113190-
CMYK0.310.4100.25
HSL254.81º37.2%59.41%-
HSV(B)254.81º40.53%74.51%-
XYZ24.7220.4351.36-
YUV127.46163.29131.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=30.34%
G=25.98%
B=43.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321131900.310.4100.25254.8137.259.41
Hex8471BE1F29019ff253b
Octal20416127637510313774573
Binary100001001110001101111101111110100101100111111111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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