#8478DC

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

Shades of Moody Blue #8478DC

Tints of Moody Blue #8478DC

Color information

#8478DC (or 0x8478DC) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and DC. RGB value is (132,120,220). Sum of RGB (Red+Green+Blue) = 132+120+220=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8478DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478DC is #7B8723. Grayscale: #868686. Windows color (decimal): -8095524 or 14448772. OLE color: 14448772.

HSL color Cylindrical-coordinate representation of color #8478DC: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8478DC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132120220-
CMYK0.400.4500.14
HSL247.2º58.82%66.67%-
HSV(B)247.2º45.45%86.27%-
XYZ29.1523.5170.71-
YUV134.99175.98125.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=27.97%
G=25.42%
B=46.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321202200.400.4500.14247.258.8266.67
Hex8478DC282D0Ef73b43
Octal204170334505501636773103
Binary1000010011110001101110010100010110101110111101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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