#847EDC

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

Shades of Moody Blue #847EDC

Tints of Moody Blue #847EDC

Color information

#847EDC (or 0x847EDC) is unknown color: approx Moody Blue. HEX triplet: 84, 7E and DC. RGB value is (132,126,220). Sum of RGB (Red+Green+Blue) = 132+126+220=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #847EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EDC is #7B8123. Grayscale: #8A8A8A. Windows color (decimal): -8093988 or 14450308. OLE color: 14450308.

HSL color Cylindrical-coordinate representation of color #847EDC: hue angle of 243.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847EDC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132126220-
CMYK0.400.4300.14
HSL243.83º57.32%67.84%-
HSV(B)243.83º42.73%86.27%-
XYZ29.8924.9970.96-
YUV138.51173.99123.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=27.62%
G=26.36%
B=46.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321262200.400.4300.14243.8357.3267.84
Hex847EDC282B0Ef43944
Octal204176334505301636471104
Binary1000010011111101101110010100010101101110111101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,126,220); }

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

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

 a { background-color: rgb(132,126,220); }

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

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

 span { border-color: rgb(132,126,220); }

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