#847DCD

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

Shades of Moody Blue #847DCD

Tints of Moody Blue #847DCD

Color information

#847DCD (or 0x847DCD) is unknown color: approx Moody Blue. HEX triplet: 84, 7D and CD. RGB value is (132,125,205). Sum of RGB (Red+Green+Blue) = 132+125+205=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #847DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DCD is #7B8232. Grayscale: #878787. Windows color (decimal): -8094259 or 13467012. OLE color: 13467012.

HSL color Cylindrical-coordinate representation of color #847DCD: hue angle of 245.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847DCD is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132125205-
CMYK0.360.3900.20
HSL245.25º44.44%64.71%-
HSV(B)245.25º39.02%80.39%-
XYZ27.8723.9860.92-
YUV136.21166.82125-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=28.57%
G=27.06%
B=44.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321252050.360.3900.20245.2544.4464.71
Hex847DCD2427014f52c41
Octal204175315444702436554101
Binary10000100111110111001101100100100111010100111101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847DCD; }

 p { color: rgb(132,125,205); }

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

<style>
 a { background-color: #847DCD; }

 a { background-color: rgb(132,125,205); }

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

<style>
 span { border-color: #847DCD; }

 span { border-color: rgb(132,125,205); }

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