#8474BD

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

Shades of Moody Blue #8474BD

Tints of Moody Blue #8474BD

Color information

#8474BD (or 0x8474BD) is unknown color: approx Moody Blue. HEX triplet: 84, 74 and BD. RGB value is (132,116,189). Sum of RGB (Red+Green+Blue) = 132+116+189=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #8474BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BD is #7B8B42. Grayscale: #808080. Windows color (decimal): -8096579 or 12416132. OLE color: 12416132.

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

Color convert

RGB132116189-
CMYK0.300.3900.26
HSL253.15º35.61%59.8%-
HSV(B)253.15º38.62%74.12%-
XYZ24.9521.0750.9-
YUV129.11161.8130.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=30.21%
G=26.54%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321161890.300.3900.26253.1535.6159.8
Hex8474BD1E2701Afd243c
Octal20416427536470323754474
Binary100001001110100101111011111010011101101011111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8474BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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