#8476BF

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

Shades of Moody Blue #8476BF

Tints of Moody Blue #8476BF

Color information

#8476BF (or 0x8476BF) is unknown color: approx Moody Blue. HEX triplet: 84, 76 and BF. RGB value is (132,118,191). Sum of RGB (Red+Green+Blue) = 132+118+191=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8476BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476BF is #7B8940. Grayscale: #828282. Windows color (decimal): -8096065 or 12547716. OLE color: 12547716.

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

Color convert

RGB132118191-
CMYK0.310.3800.25
HSL251.51º36.32%60.59%-
HSV(B)251.51º38.22%74.9%-
XYZ25.421.6252.13-
YUV130.51162.14129.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 191 (75% from 255) = 43.31%
R=29.93%
G=26.76%
B=43.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321181910.310.3800.25251.5136.3260.59
Hex8476BF1F26019fc243d
Octal20416627737460313744475
Binary100001001110110101111111111110011001100111111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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