#8479D7

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

Shades of Moody Blue #8479D7

Tints of Moody Blue #8479D7

Color information

#8479D7 (or 0x8479D7) is unknown color: approx Moody Blue. HEX triplet: 84, 79 and D7. RGB value is (132,121,215). Sum of RGB (Red+Green+Blue) = 132+121+215=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #8479D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479D7 is #7B8628. Grayscale: #868686. Windows color (decimal): -8095273 or 14121348. OLE color: 14121348.

HSL color Cylindrical-coordinate representation of color #8479D7: hue angle of 247.02º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8479D7 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132121215-
CMYK0.390.4400.16
HSL247.02º54.02%65.88%-
HSV(B)247.02º43.72%84.31%-
XYZ28.6223.4967.31-
YUV135173.14125.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=28.21%
G=25.85%
B=45.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321212150.390.4400.16247.0254.0265.88
Hex8479D7272C010f73642
Octal204171327475402036766102
Binary10000100111100111010111100111101100010000111101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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