#8477DE

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

Shades of Moody Blue #8477DE

Tints of Moody Blue #8477DE

Color information

#8477DE (or 0x8477DE) is unknown color: approx Moody Blue. HEX triplet: 84, 77 and DE. RGB value is (132,119,222). Sum of RGB (Red+Green+Blue) = 132+119+222=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #8477DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477DE is #7B8821. Grayscale: #868686. Windows color (decimal): -8095778 or 14579588. OLE color: 14579588.

HSL color Cylindrical-coordinate representation of color #8477DE: hue angle of 247.57º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8477DE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132119222-
CMYK0.410.4600.13
HSL247.57º60.95%66.86%-
HSV(B)247.57º46.4%87.06%-
XYZ29.323.3772.07-
YUV134.63177.31126.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=27.91%
G=25.16%
B=46.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321192220.410.4600.13247.5760.9566.86
Hex8477DE292E0Df83d43
Octal204167336515601537075103
Binary1000010011101111101111010100110111001101111110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8477DE; }

 p { color: rgb(132,119,222); }

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

<style>
 a { background-color: #8477DE; }

 a { background-color: rgb(132,119,222); }

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

<style>
 span { border-color: #8477DE; }

 span { border-color: rgb(132,119,222); }

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