#8478BA

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

Shades of Moody Blue #8478BA

Tints of Moody Blue #8478BA

Color information

#8478BA (or 0x8478BA) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and BA. RGB value is (132,120,186). Sum of RGB (Red+Green+Blue) = 132+120+186=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8478BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478BA is #7B8745. Grayscale: #828282. Windows color (decimal): -8095558 or 12220548. OLE color: 12220548.

HSL color Cylindrical-coordinate representation of color #8478BA: hue angle of 250.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8478BA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132120186-
CMYK0.290.3500.27
HSL250.91º32.35%60%-
HSV(B)250.91º35.48%72.94%-
XYZ25.121.8849.36-
YUV131.11158.98128.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=30.14%
G=27.40%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321201860.290.3500.27250.9132.3560
Hex8478BA1D2301Bfb203c
Octal20417027235430333734074
Binary100001001111000101110101110110001101101111111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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