#847CB4

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

Shades of Moody Blue #847CB4

Tints of Moody Blue #847CB4

Color information

#847CB4 (or 0x847CB4) is unknown color: approx Moody Blue. HEX triplet: 84, 7C and B4. RGB value is (132,124,180). Sum of RGB (Red+Green+Blue) = 132+124+180=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #847CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CB4 is #7B834B. Grayscale: #848484. Windows color (decimal): -8094540 or 11828356. OLE color: 11828356.

HSL color Cylindrical-coordinate representation of color #847CB4: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847CB4 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132124180-
CMYK0.270.3100.29
HSL248.57º27.18%59.61%-
HSV(B)248.57º31.11%70.59%-
XYZ24.9622.6246.23-
YUV132.78154.65127.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=30.28%
G=28.44%
B=41.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321241800.270.3100.29248.5727.1859.61
Hex847CB41B1F01Df91b3c
Octal20417426433370353713374
Binary1000010011111001011010011011111110111011111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,180); }

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

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

 a { background-color: rgb(132,124,180); }

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

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

 span { border-color: rgb(132,124,180); }

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