#8475BD

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

Shades of Moody Blue #8475BD

Tints of Moody Blue #8475BD

Color information

#8475BD (or 0x8475BD) is unknown color: approx Moody Blue. HEX triplet: 84, 75 and BD. RGB value is (132,117,189). Sum of RGB (Red+Green+Blue) = 132+117+189=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8475BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475BD is #7B8A42. Grayscale: #818181. Windows color (decimal): -8096323 or 12416388. OLE color: 12416388.

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

Color convert

RGB132117189-
CMYK0.300.3800.26
HSL252.5º35.29%60%-
HSV(B)252.5º38.1%74.12%-
XYZ25.0621.350.93-
YUV129.69161.47129.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=30.14%
G=26.71%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321171890.300.3800.26252.535.2960
Hex8475BD1E2601Afc233c
Octal20416527536460323744374
Binary100001001110101101111011111010011001101011111100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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