#8478BF

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

Shades of Moody Blue #8478BF

Tints of Moody Blue #8478BF

Color information

#8478BF (or 0x8478BF) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and BF. RGB value is (132,120,191). Sum of RGB (Red+Green+Blue) = 132+120+191=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #8478BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478BF is #7B8740. Grayscale: #838383. Windows color (decimal): -8095553 or 12548228. OLE color: 12548228.

HSL color Cylindrical-coordinate representation of color #8478BF: hue angle of 250.14º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8478BF is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132120191-
CMYK0.310.3700.25
HSL250.14º35.68%60.98%-
HSV(B)250.14º37.17%74.9%-
XYZ25.6422.152.2-
YUV131.68161.48128.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 191 (75% from 255) = 43.12%
R=29.80%
G=27.09%
B=43.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321201910.310.3700.25250.1435.6860.98
Hex8478BF1F25019fa243d
Octal20417027737450313724475
Binary100001001111000101111111111110010101100111111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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