#847FDC

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

Shades of Moody Blue #847FDC

Tints of Moody Blue #847FDC

Color information

#847FDC (or 0x847FDC) is unknown color: approx Moody Blue. HEX triplet: 84, 7F and DC. RGB value is (132,127,220). Sum of RGB (Red+Green+Blue) = 132+127+220=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #847FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FDC is #7B8023. Grayscale: #8A8A8A. Windows color (decimal): -8093732 or 14450564. OLE color: 14450564.

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

Color convert

RGB132127220-
CMYK0.400.4200.14
HSL243.23º57.06%68.04%-
HSV(B)243.23º42.27%86.27%-
XYZ30.0225.2571-
YUV139.1173.66122.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=27.56%
G=26.51%
B=45.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321272200.400.4200.14243.2357.0668.04
Hex847FDC282A0Ef33944
Octal204177334505201636371104
Binary1000010011111111101110010100010101001110111100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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