#847DD8

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

Shades of Moody Blue #847DD8

Tints of Moody Blue #847DD8

Color information

#847DD8 (or 0x847DD8) is unknown color: approx Moody Blue. HEX triplet: 84, 7D and D8. RGB value is (132,125,216). Sum of RGB (Red+Green+Blue) = 132+125+216=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #847DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DD8 is #7B8227. Grayscale: #898989. Windows color (decimal): -8094248 or 14187908. OLE color: 14187908.

HSL color Cylindrical-coordinate representation of color #847DD8: hue angle of 244.62º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847DD8 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132125216-
CMYK0.390.4200.15
HSL244.62º53.85%66.86%-
HSV(B)244.62º42.13%84.71%-
XYZ29.2424.5368.16-
YUV137.47172.32124.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 216 (84.77% from 255) = 45.67%
R=27.91%
G=26.43%
B=45.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321252160.390.4200.15244.6253.8566.86
Hex847DD8272A0Ff53643
Octal204175330475201736566103
Binary1000010011111011101100010011110101001111111101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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