#8474BA

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

Shades of Moody Blue #8474BA

Tints of Moody Blue #8474BA

Color information

#8474BA (or 0x8474BA) is unknown color: approx Moody Blue. HEX triplet: 84, 74 and BA. RGB value is (132,116,186). Sum of RGB (Red+Green+Blue) = 132+116+186=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8474BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BA is #7B8B45. Grayscale: #808080. Windows color (decimal): -8096582 or 12219524. OLE color: 12219524.

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

Color convert

RGB132116186-
CMYK0.290.3800.27
HSL253.71º33.65%59.22%-
HSV(B)253.71º37.63%72.94%-
XYZ24.6220.9449.2-
YUV128.76160.3130.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=30.41%
G=26.73%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321161860.290.3800.27253.7133.6559.22
Hex8474BA1D2601Bfe223b
Octal20416427235460333764273
Binary100001001110100101110101110110011001101111111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8474BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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