#8478D9

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

Shades of Moody Blue #8478D9

Tints of Moody Blue #8478D9

Color information

#8478D9 (or 0x8478D9) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and D9. RGB value is (132,120,217). Sum of RGB (Red+Green+Blue) = 132+120+217=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #8478D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478D9 is #7B8726. Grayscale: #868686. Windows color (decimal): -8095527 or 14252164. OLE color: 14252164.

HSL color Cylindrical-coordinate representation of color #8478D9: hue angle of 247.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8478D9 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132120217-
CMYK0.390.4500.15
HSL247.42º56.07%66.08%-
HSV(B)247.42º44.7%85.1%-
XYZ28.7623.3568.64-
YUV134.65174.48126.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 217 (85.16% from 255) = 46.27%
R=28.14%
G=25.59%
B=46.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321202170.390.4500.15247.4256.0766.08
Hex8478D9272D0Ff73842
Octal204170331475501736770102
Binary1000010011110001101100110011110110101111111101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8478D9; }

 p { color: rgb(132,120,217); }

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

<style>
 a { background-color: #8478D9; }

 a { background-color: rgb(132,120,217); }

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

<style>
 span { border-color: #8478D9; }

 span { border-color: rgb(132,120,217); }

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