#8471BF

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

Shades of Moody Blue #8471BF

Tints of Moody Blue #8471BF

Color information

#8471BF (or 0x8471BF) is unknown color: approx Moody Blue. HEX triplet: 84, 71 and BF. RGB value is (132,113,191). Sum of RGB (Red+Green+Blue) = 132+113+191=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #8471BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471BF is #7B8E40. Grayscale: #7F7F7F. Windows color (decimal): -8097345 or 12546436. OLE color: 12546436.

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

Color convert

RGB132113191-
CMYK0.310.4100.25
HSL254.62º37.86%59.61%-
HSV(B)254.62º40.84%74.9%-
XYZ24.8220.4851.93-
YUV127.57163.79131.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 191 (75% from 255) = 43.81%
R=30.28%
G=25.92%
B=43.81%

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
Decimal1321131910.310.4100.25254.6237.8659.61
Hex8471BF1F29019ff263c
Octal20416127737510313774674
Binary100001001110001101111111111110100101100111111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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