#8479BE

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

Shades of Moody Blue #8479BE

Tints of Moody Blue #8479BE

Color information

#8479BE (or 0x8479BE) is unknown color: approx Moody Blue. HEX triplet: 84, 79 and BE. RGB value is (132,121,190). Sum of RGB (Red+Green+Blue) = 132+121+190=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8479BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479BE is #7B8641. Grayscale: #838383. Windows color (decimal): -8095298 or 12482948. OLE color: 12482948.

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

Color convert

RGB132121190-
CMYK0.310.3600.25
HSL249.57º34.67%60.98%-
HSV(B)249.57º36.32%74.51%-
XYZ25.6522.351.67-
YUV132.16160.64127.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=29.80%
G=27.31%
B=42.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321211900.310.3600.25249.5734.6760.98
Hex8479BE1F24019fa233d
Octal20417127637440313724375
Binary100001001111001101111101111110010001100111111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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