#847DC1

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

Shades of Moody Blue #847DC1

Tints of Moody Blue #847DC1

Color information

#847DC1 (or 0x847DC1) is unknown color: approx Moody Blue. HEX triplet: 84, 7D and C1. RGB value is (132,125,193). Sum of RGB (Red+Green+Blue) = 132+125+193=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #847DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DC1 is #7B823E. Grayscale: #868686. Windows color (decimal): -8094271 or 12680580. OLE color: 12680580.

HSL color Cylindrical-coordinate representation of color #847DC1: hue angle of 246.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847DC1 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB132125193-
CMYK0.320.3500.24
HSL246.18º35.42%62.35%-
HSV(B)246.18º35.23%75.69%-
XYZ26.4723.4253.58-
YUV134.84160.82125.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=29.33%
G=27.78%
B=42.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321251930.320.3500.24246.1835.4262.35
Hex847DC12023018f6233e
Octal20417530140430303664376
Binary1000010011111011100000110000010001101100011110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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