#847DD5

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

Shades of Moody Blue #847DD5

Tints of Moody Blue #847DD5

Color information

#847DD5 (or 0x847DD5) is unknown color: approx Moody Blue. HEX triplet: 84, 7D and D5. RGB value is (132,125,213). Sum of RGB (Red+Green+Blue) = 132+125+213=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #847DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DD5 is #7B822A. Grayscale: #888888. Windows color (decimal): -8094251 or 13991300. OLE color: 13991300.

HSL color Cylindrical-coordinate representation of color #847DD5: hue angle of 244.77º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #847DD5 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132125213-
CMYK0.380.4100.16
HSL244.77º51.16%66.27%-
HSV(B)244.77º41.31%83.53%-
XYZ28.8624.3866.13-
YUV137.12170.82124.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.09%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=28.09%
G=26.60%
B=45.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321252130.380.4100.16244.7751.1666.27
Hex847DD52629010f53342
Octal204175325465102036563102
Binary10000100111110111010101100110101001010000111101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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