#8478BC

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

Shades of Moody Blue #8478BC

Tints of Moody Blue #8478BC

Color information

#8478BC (or 0x8478BC) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and BC. RGB value is (132,120,188). Sum of RGB (Red+Green+Blue) = 132+120+188=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #8478BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478BC is #7B8743. Grayscale: #838383. Windows color (decimal): -8095556 or 12351620. OLE color: 12351620.

HSL color Cylindrical-coordinate representation of color #8478BC: hue angle of 250.59º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8478BC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132120188-
CMYK0.300.3600.26
HSL250.59º33.66%60.39%-
HSV(B)250.59º36.17%73.73%-
XYZ25.3121.9750.48-
YUV131.34159.98128.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 188 (73.83% from 255) = 42.73%
R=30%
G=27.27%
B=42.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321201880.300.3600.26250.5933.6660.39
Hex8478BC1E2401Afb223c
Octal20417027436440323734274
Binary100001001111000101111001111010010001101011111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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