#8479C5

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

Shades of Moody Blue #8479C5

Tints of Moody Blue #8479C5

Color information

#8479C5 (or 0x8479C5) is unknown color: approx Moody Blue. HEX triplet: 84, 79 and C5. RGB value is (132,121,197). Sum of RGB (Red+Green+Blue) = 132+121+197=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #8479C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479C5 is #7B863A. Grayscale: #848484. Windows color (decimal): -8095291 or 12941700. OLE color: 12941700.

HSL color Cylindrical-coordinate representation of color #8479C5: hue angle of 248.68º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8479C5 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132121197-
CMYK0.330.3900.23
HSL248.68º39.58%62.35%-
HSV(B)248.68º38.58%77.25%-
XYZ26.4322.6155.79-
YUV132.95164.14127.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=29.33%
G=26.89%
B=43.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321211970.330.3900.23248.6839.5862.35
Hex8479C52127017f9283e
Octal20417130541470273715076
Binary1000010011110011100010110000110011101011111111001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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