#8479BA

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

Shades of Moody Blue #8479BA

Tints of Moody Blue #8479BA

Color information

#8479BA (or 0x8479BA) is unknown color: approx Moody Blue. HEX triplet: 84, 79 and BA. RGB value is (132,121,186). Sum of RGB (Red+Green+Blue) = 132+121+186=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #8479BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479BA is #7B8645. Grayscale: #838383. Windows color (decimal): -8095302 or 12220804. OLE color: 12220804.

HSL color Cylindrical-coordinate representation of color #8479BA: hue angle of 250.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8479BA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132121186-
CMYK0.290.3500.27
HSL250.15º32.02%60.2%-
HSV(B)250.15º34.95%72.94%-
XYZ25.2222.1349.4-
YUV131.7158.64128.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=30.07%
G=27.56%
B=42.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321211860.290.3500.27250.1532.0260.2
Hex8479BA1D2301Bfa203c
Octal20417127235430333724074
Binary100001001111001101110101110110001101101111111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8479BA; }

 p { color: rgb(132,121,186); }

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

<style>
 a { background-color: #8479BA; }

 a { background-color: rgb(132,121,186); }

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

<style>
 span { border-color: #8479BA; }

 span { border-color: rgb(132,121,186); }

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